API Docs for:
Show:

LanguageBundle Class

A language bundle can be used to translate the UI of your views and scene commands into different languages. The bundle should have a unique name with a language code suffix like ".jp" for japanese or ".de" for german. The bundle without any language code suffix is the default bundle and always used if there is no other language bundle available for the current language. For Example: If the user's language is japanese(.jp) but there is no language bundle with .jp suffix then the default bundle is used instead. It is recommended to use english language for the default bundle.

Item Index

Properties

Properties

phrases

Object

Contains key:value pairs describing the phrases of the bundle. Example:

"phrases": {
      "802F93E8KF2A4A483DS8DE2E6CE060645507": "Text"
}