Wikis - Page

Knowledge Doc: How to add new language to IDM/IG report

0 Likes

Summary
This article describes steps on how to add a new language selection to an IDM/IG report

Products
Identity Manager (IDM)

Situation
In order to be able to select a new language for an IDM/IG report follow these steps:
In this example we'll add Ukrainian as a new language.
From the report definition (.rpz file) edit the package.xml to add an entry for the Ukrainian language.
<InternalName>REPORT_LOCALE</InternalName>
<DefaultValue>en</DefaultValue>
<IsForPrompting>1</IsForPrompting>
<Options>
<Property>
<Value>uk</Value>
<Name>%UKRAINIAN</Name>
</Property>
<Property>
<Value>da</Value>
<Name>%DANISH</Name>
</Property>

Read Knowledge Base Article for Steps


URL Name
KM000010458

Labels:

Support Tips/Knowledge Docss/Knowledge Docs
Support Tips/Knowledge Docs
Comment List
Related
Recommended