Localization of strings in static lib

Posted by AO on Stack Overflow See other posts from Stack Overflow or by AO
Published on 2010-02-25T16:31:31Z Indexed on 2010/04/18 17:03 UTC
Read the original article Hit count: 357

I have a project that uses a static library (SL). In that SL, there are a couple of strings I'd like to localize and the project includes all of the localization files. The localization works just fine when storing all text translations in the same file. The thing is that I'd like to separate the SL strings from the other strings. I have tried to put two different *.strings files (Localizable.strings and Localizable2.strings) in the language folder of interest but that did not work. I have also tried to use two *.strings file with the same name (Localizable.strings) but with different paths. It didn't work either. It seems that only one localization file is supported, right? Could anyone suggest a good way of doing this? I'm using SDK 3.2 beta 2.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about static-libraries