iphone - Change App Name If iPad Change Language Setting -
I am making a bilingual app in Thai English and Korean language. Now, whenever the user changes the language setting of the device, I I want to change my name for my app. This language is the app name English in English, and if the name of the app in Korean will be converted to Korean
I know that this is possible, because I have seen some apps like this. How can I do this?
Thank you!
Go to info Strings file
< Code> CFBundleDisplayName = "Specifically the name of your app";Add localization of the property to the file
Comments
Post a Comment