Versions Compared

Key

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

...

There are a hook that allows a customer to override translations for a specific languages without altering the binary build. This feature is meant to allow a customer to enable a specific terminology to increase the user term recognition.
A custom text file can be created with the name language_overrides.csv containing lines in the format:

"{langauge-code}";"{resourcefilepathresourcepath}";"{key}";"{value}"

Example of file content:
"sv";"ui\pages/Default.aspx";"lbnLoginResource1.Text";"I want to log in"
"sv";"ui\pages/Default.aspx";"lbnLoginResource1.ToolTip";"I want to log in right now"

This would override the values for the Swedish translation for the login button on the login page.

The file should be uploaded to the system as a package of the type package_translation_overrides

Info
This feature is only used for customers with custom needs and are not a recommended solution for translating resources