Skip to content

irons163/IRLanguageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IRLanguageManager

  • IRLanguageManager is a light language tool.

For localization strings, you can simple to use like: _(@"STRING_KEY_IN_THE_LOCALIZATION_STRINGS")

For set Language for user prefer:

[[IRLanguageManager sharedInstance] setLanguage:currentChangeLanguage];
if ([[IRLanguageManager sharedInstance] currentLanguage]) {
    currentShowLanguage = currentChangeLanguage;
}else{
    currentShowLanguage = _(@"LANGUAGE_AUTO");
}

About

IRLanguageManager is a light language tool.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published