Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The languages defined in studio Encore are supported by language settings in the runtimeRuntime. 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.

warningtype
UI Text Box
type
Note

When you have a messages.properties in your config location, the messages.properties from from the WAR (see blueriq-runtime-xx.x.x.xxxx.jar) will not be used anymore.

UI Text Box

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

...

Next to the defaults that are provided out-of-the-box, you are able to create your own language formats as well. To do this, create an own format in the Globals section. You can use the name of this global format now as well inside the language-formats.properties file.

...

Note

As the settings inside the language-formats.properties are a global setting for all projects, this causes problems for projects that do not have this global format defined. We therefore advise to define this format in each project, possibly by creating your own library.