ios4 - Localization issue in iphone -


I need to create an application in which the user can toggle between two languages ​​when triggering a click event on a button is.

The problem here is that I have seen an example, if we want to load our local Nib file, then we need to change the language from the settings option and we can use the correct nib You can get the file. Selected.

I want to do this within my application, which means that I do not want to go to the settings menu and change the language and then reload the application.

I just wish the above effects (i.e., to be able to toggle the app between two languages ​​through a button click event) in my application

Is it possible, and what does Apple allow it?

No one here can tell whether the apple will allow it, but if your app is well Is designed and a good reason for this departure is the usual way of working, or maybe you got a good shot.

There is nothing to prevent you from loading a niche file localized for a different area. I'm probably trying to use Apple's automatic mechanism, though. Just name your nib files using some patterns and load the appropriate.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -