I have a label with the text "Berkeley, CA"
and I want its voice over to read "Berkeley, California"
.
I noticed that when I have labels with zip code as well, such as "San Francisco, CA 94106"
the voice over knows to convert CA to California automatically.
I know I can set the accessibilityLabel of the label to some text, but since the state comes as input I wonder if there is some way to tell voice over that this is a state without actually code the conversion from each state or country abbreviation to its full name.
Is there a way to tell voice over that this is an address? or is there a built-in way to convert state/country abbreviation to their full name?