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