Child pages
  • Internationalization - I18N

Versions Compared

Key

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

...

Support of multiple languages, also known as the standard i18n ('i' + 18 letters in 'nternationalizatio' + 'n'), is a Servoy feature that enables you to develop developing solutions that:

  • Do not require additional forms or elements to display more than one default language.
  • Can display multiple languages based on locale references.

...

On Servoy elements it is possible to use a text reference, which is a key linked to a messagesmessage file. Which is replaced at runtime with the localized text from the messagesmessage file.

An example of an element text reference is: i18n:hello_world

Which is looked up in the message messages file and produces the text in a locale like 'hello world' or 'hola mundo' in Spanish

...