i am building up a project in ios platform and want to use two language in this application and also want . the user can change the language on Runtime suppose we can ta
This is very good and the language is changed within the app and also when device language changes. I used this in many apps.
For localization we generally use
NSLocalizedString(@"hello",@"Hello World");
in the custom implementation they have something similar like this
AMLocalizedString(@"hello",@"Hello World");