Hi Everyone,
I am working on an iOS application for the Israeli market (the application is in Hebrew)
I am trying to have the application name be in Hebrew and not in english or any latin based language.
I read in the forums and in the iOS developer documentation that the way to do it is to use the CFBundleDisplayName contain the name of the application in hebrew so far I have not been successful,
Here is the build.settings file content which I have used:
settings = {
iphone =
{
plist =
{
CFBundleDisplayName = "???????? ??????",
CFBundleIconFile = "Icon.png",
CFBundleIconFiles = {
"Icon.png" ,
"Icon@2x.png" ,
"Icon-72.png" ,
},
},
},
...
...
}
What am I doing wrong?
Please note that the application doesn’t really have any localization / internalization requirements at the moment. So All that I am looking for is to have the application name be in hebrew when installed on the device.
Thanks,
ZigZapps
[import]uid: 110965 topic_id: 20009 reply_id: 320009[/import]