google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Add Localization #767

Closed TheBrokenRail closed 5 years ago

TheBrokenRail commented 5 years ago

Fix #721

This makes Blockly for Android use the en.js or alternative file for messages, rather than hard code the messages.

You can use a different file by running LangUtils.setLang before starting Blockly.


This change is Reviewable

TheBrokenRail commented 5 years ago

Override getLang in AbstractBlocklyActivity to use different language file.

TheBrokenRail commented 5 years ago

@AnmAtAnm