/ Published in: Objective C
How to add multiple Language localization to an App.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
- (void)applicationDidFinishLaunching:(UIApplication *)application { NSLog(@"Current language: %@", currentLanguage); NSLog(@"Welcome Text: %@", NSLocalizedString(@"WelcomeKey", @"")); // Override point for customization after application launch [window makeKeyAndVisible]; }
URL: http://www.iphonesdkarticles.com/2008/11/localizing-iphone-apps.html