Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Place warning in text box

The languages defined in studio are supported by language settings in the runtime. These define for a specific language or dialect how information is displayed. By using the language code, you can define properties such as messages_en-GB.properties with all settings regarding the en-GB language. A default messages.properties is available as fallback. Please be aware that if you have a

UI Text Box
typewarning

When you have a messages.properties

...

 in your config location,

...

the messages.properties

...

 from the WAR will not be used anymore.

UI Text Box
typeinfo
When using a dialect, it does not fall back to the default language settings, and you should create a property file for the dialect.

...