iphone - iOS multi language works on Simulator but not on Device -
I have a bilingual iOS Universal App. It works fine in the simulator, when I change the language in settings The app loads related language resources (images, text).
However, when it comes to the device, it does not work, this is the default language (English) and changes in settings are not effective.
I do not have a clue on it like I think I did not do anything wrong in coding
thanks.
UPDATE: I have found that text in local. Language may be loaded with correct language, however, local nib files can be loaded under image processing related localization folder, but all related images can not be loaded successfully.
OK, I do not know whether this is Xcode or what.
The image file will not be refreshed on the device (it was done on the simulator), what did I do to make it work:
- Back up the Resouce folder in Xcode
- Delete everything under the Resources folder in Xcode
- Drag all again into Xcode
- Build.
The app can now load the correct resource on the device.
Comments
Post a Comment