Skip to content

LightBuzz/Localization-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Explicit Localization in iOS

Learn how to localize your iOS (iPhone/iPad) app by selecting the language programmatically.

Localization iOS by LightBuzz

Features

Get the languages supported by the current app

var supportedLanguages = LocalizedResources.supportedLanguages

Set the language

LocalizedResources.setLanguage(language: "English")

Localize content

label.text = LocalizedResources.getString(key: "label_text")
picture.image = UIImage(named: LocalizedResources.getString(key: "image_name"))

Contributors

License

Licensed under the MIT License.

About

Explicit Localization in iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages