Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 423 Bytes

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