- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
Hello,
i added a new text in the web, which i want to be translated. But i don't find out where these changes are made.
I tried in the Designer Base Data > Localization > Translatable text to add a new EntryKey. But in the Translation Editor the new custom key is not shown.
So how is it possible to add new translations to the web.
Hi Dominic,
Not being quite sure of your version (but I'm assuming it's in the 9.<something> range
Specifically for adding translations / seeing what isn't translated that's explained here…
Hello Dominic,
in Designer this is unfortunately not supported, but you can use the translation editor tool in WebDesigner to add new translation keys.
Hi Dominic,
Not being quite sure of your version (but I'm assuming it's in the 9.<something> range
Specifically for adding translations / seeing what isn't translated that's explained here:
You can check HTML applications for missing user interface translations using the ImxClient command line program. For more information about the ImxClient command line program, see the One Identity Manager API Development Guide.
TIP: Translatable text is marked in the source code with the #LDS# prefix.
To check an HTML application for missing translations
Start the ImxClient command line program.
In the folder you want to check for missing translations, run the check-translations command.
This creates a report. The report shows you any files containing texts that have not yet been translated or have not been translated in full.
(Optional) To add translation keys and translations, use the Designer program. For more information about translations, see the One Identity Manager Configuration Guide.
--
Adding translations
How to add translations is explained in quite some detail here: support.oneidentity.com/.../41
Hello Dominic,
in Designer this is unfortunately not supported, but you can use the translation editor tool in WebDesigner to add new translation keys.
How are we supposed to do this now that WebDesigner is removed in 9.3?
Think I found the solution by myself.
Not sure if it's the correct procedure though.
I created a Key under Translatable Texts, then I created a csvfile based on the language pack with the same key. CCC_translation.csv
After that I imported the filed in the language editor and committed the changes.