Re: [iPhone] Changing iPhone Application Language Programatically.

2010-10-08 Thread Jeff Kelley
Tharindu,     We had to do something similar and decided to eschew .lproj files entirely; we simply created an ivar in our app delegate to store the current language and switched out strings (stored in strings files) based on the current language. There’s no reason you couldn't do the same in your

[iPhone] Changing iPhone Application Language Programatically.

2010-10-04 Thread Tharindu Madushanka
Hi, I would like to know whether its possible to change to a language other than provided list of languages in iPhone Settings. By default using localized .lproj folders & .strings files we could make applicaton localized into selected language. For example, Languages like Sinhala are not in thos