Skip to content

Localization

David Fall edited this page Feb 9, 2017 · 2 revisions

To approach localization it appears that all of the displayed text in our applications would have to be stored in a json file for the US locale. Then we would have to write some script that utilized a Google Translate API package to create Localization files in other languages. Then we would need a localization package in order to detect and utilize the correct locale file for the text we would display.

Clone this wiki locally