The web application supports two URL parameters that can be helpful when managing translations.
Show missing translations
Add the following text to the URL query string to show missing translations in the web application. Be sure to add a ‘?’ character before the parameter if there is not already a query parameter, or an ‘&’ character if there are already other query parameters):
i18nOptions=%7B"markTranslationsMode"%3A1%7D
For example, if the Browser Client is deployed at:
http://localhost:9000/Insight/
the resulting URL would be:
http://localhost:9000/Insight/?i18nOptions=%7B"markTranslationsMode"%3A1%7D
“Missing translations” means there is no translation for a translatable text, so the system shows the base string instead of a translation. When this option is active, missing translations are enclosed in ‘@’ characters. In the following example, translations for the dialog box’s title text and the Save credentials? label are missing.
Enable collection of translatable texts
To translate texts using the standard 2020 Insight translation tools, translation context information must be available in the 2020 Insight database. Adding the URL parameter
i18nOptions=%7B"collectFormStrings"%3Atrue%7D
configures the web application to collect translation context information while the application is used. In addition, this option enables an Upload button in the application header area.