...
So if we were to create a new cost center attribute, we would set the Translation name key
to something like CustomerName.Attribute.CostCenter
and the Translation name key
to CustomerName.Attribute.CostCenterPlaceholder
Step 2 - Add the translation key to the translation file
As documented in https://itsense.atlassian.net/wiki/spaces/IKB/pages/14024800/Languages+Localization#Localization-files you can add or change any of the translation keys. So for our use case we would add the following lines to C:\ProgramData\itsense\LanguageData\itsense.moving.en.overrides.xml
:
...
Code Block |
---|
{ ... "CustomerName.Attribute.CostCenter": "Kostenstelle", "CustomerName.Attribute.CostCenterPlaceholder": "Bitte geben Sie hier die Kostenstelle ein" ... } |
Step 3 - Recycle app pools and services
The translation files are only read by the application parts on startup. In order to make them available in all parts you need to recycle the appropriate app pool and restart the service.