开发者

IPhone sdk: Internationalization doesnt works

开发者 https://www.devze.com 2023-03-07 12:08 出处:网络
Recently I have mad开发者_如何学Ce intenationalization support for my project. But there occurs strange thing - when I\'m running my application both on the device and emulator shows only \'default\'

Recently I have mad开发者_如何学Ce intenationalization support for my project. But there occurs strange thing - when I'm running my application both on the device and emulator shows only 'default' language.

I've done following things:

  • Used NSLocalizedString everywhere
  • added InfoPlist.strings (another language)

May be I'm missing something ?

Thanks.


You should store your localized strings in Localizable.strings. Localized InfoPlist.strings is used to change the name of your app for example.

0

精彩评论

暂无评论...
验证码 换一张
取 消