Re: [iPhone] Changing iPhone Application Language Programatically.
Re: [iPhone] Changing iPhone Application Language Programatically.
- Subject: Re: [iPhone] Changing iPhone Application Language Programatically.
- From: Jeff Kelley <email@hidden>
- Date: Mon, 4 Oct 2010 23:37:31 -0400
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 app.
-Jeff Kelley
On Monday, October 4, 2010, Tharindu Madushanka <email@hidden> wrote:
> 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 those set of languages in
> Settings. And there also does not have Sinhala Keyboard on iPhone. But
> Sinhala unicode font is available from iOS 4 onwards which is nice even it
> has some rendering issues.
>
> If I want to build a localized app for that language, is it legal and
> whether its possible that I will create si.lproj directory and
> programatically forcing the app to use strings in that folder ??
>
>
> Thanks and Kind Regards,
>
> Tharindu.
> tharindufit.wordpress.com
--
Jeffrey R. Kelley
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden