Skip to content

antrix1989/LanguageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LanguageManager

Allows change language in runtime.

For retrievening localized string use:

ANLocalizedString(@"MyTextKey", nil)];

For changing language use:

[ANLanguageManager sharedInstance].currentLanguage = @"en";

In order to be notified that language is changed, listen the following notification:

ANLanguageChangedNotification

About

Change language in runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published