Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.