What's the locale code for traditional Chinese and French Canadian to be used for iPhone localizable strings file. I know the code for simplified Chinese and French, which is zh and fr, but not its counterpart.
|
|
|
|
|
|
|
After some experiments, I found out that the locale code used to name the localization strings file for Chinese are: zh_hant (traditional) zh_hans (simplified) |
||
|
|
|
|
You can change your language in the iPhone Simulator (though 'Settings'). The following code will show the language code:
|
||
|
|
|
|
Set it on your device and execute
|
||
|
|
