문제

I have a problem with the localization, it must be in English and Italian. I'm using NSLocalizedString, but I have a problem.

If I set the language to Italian or English everything works correctly. If I set any other language it remains Italian. But if I first set the language to English and then to Spanish for example, at this point will remain in English. In the plist file "localized native development region" is set to English. thanks

올바른 솔루션이 없습니다

다른 팁

The fallback language is the first language in [NSLocale preferredLanguages] that is supported by the app. It is not always English. If you change the language in the Settings it will move to the top of the list.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top