Versions Compared

Key

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

...

  • Selected language in web viewer matches the actual languages in the Manager and in the import config/translations imports.
  • Ensure Web Viewer does not fallback to an alternative language due to selected language being suppressed. Languages can be suppressed (will not be selectable) by a profile.config setting called <SuppressedUILanguages>.
  • Ensure Check if <AllowOnlyValidLanguages> is true. If so ensure import.config lists the valid languages during import. In the below example import engine will treat all text that does not have a language code as en-GB, and at the same time only allow en-US. Result will be empty texts.

...

If section <ValidLanguages> is missing and <AllowOnlyValidLanguages> is true, all no languages will be treated as valid.

...