Hi, I'm new to iPhone programming, and to this forum, so first of all - hi all
I need some help with localizing my app. I know how localization works for .string files, and this part of my project is done and working. However I also have to localize one .xib file, and this is the reason why I came here.
I created localizations for my .xib file, but when I init it with initWithNibName method it always loads default English localization In order to use localized strings I use NSLocalizedString macro, so my guess is that I may have to use similar trick here, but unfortunately I cannot find anything about this issue in documentation. Any suggestions greatly appreciated
I need some help with localizing my app. I know how localization works for .string files, and this part of my project is done and working. However I also have to localize one .xib file, and this is the reason why I came here.
I created localizations for my .xib file, but when I init it with initWithNibName method it always loads default English localization In order to use localized strings I use NSLocalizedString macro, so my guess is that I may have to use similar trick here, but unfortunately I cannot find anything about this issue in documentation. Any suggestions greatly appreciated