Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i change VoiceOver's pronunciation of my app?

When VoiceOver is on, i'd like to control the way my app is pronounced. For example, if my app is named "BLOT" , currently pronounced "BLAUGHT" - my desired pronounciation would be "BLOAT". I'is this possible? I've did my research and found that there are ways to control the characters via CFBundleDisplayName on Infoplist.strings, but havent found anything that fits my particular need. any ideas?

like image 537
3254523 Avatar asked Feb 11 '14 23:02

3254523


1 Answers

As of iOS 8 and OS X 10.10, you can use the CFBundleSpokenName Info.plist key to achieve what you want.

like image 87
Boris Dušek Avatar answered Oct 12 '22 09:10

Boris Dušek