Skip to content

mumensh/iOS-Localization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Localization

Localize your iOS app at run-time.

To use the class, add the class to your project, then import it: #import "Language.h"

set the language at the beginning of your app like this (in AppDelegate): [Language setLanguage:@"en"];

Create a bundle file that contain your localize strings, then, when you want to retrieve a string based on your selected language use this:

[Language get:@"title" alter:@"title not exisit"];

thats it, your app will display the string depending on your selected language.

Thank you.

About

Localize your iOS app at run-time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published