Configuring languages for user groups
Some metadata fields do not contain data when a target language object is created unless configured in the translation configuration file. The fields can be configured specifically for the metadata fields based on user groups, or you can specify a default configuration for all groups.
About this task
Procedure
Example
In the following example, the first instance of<InfoshareTranslationMgmt> does not contain an @usergroup attribute and is therefore, the default for target language objects for user groups that are not specifically defined in the file. However, when the target language object is created for the SYSTEMMANAGEMENT user group, Joseph is the value that is copied to the translator metadata field.
<InfoshareTranslationMgmts>
<InfoshareTranslationMgmt>
<languageList>
<language>
<ISHField ref="FAUTHOR"/>
<ISHField ref="FREVIEWER"/>
<ISHField ref="FTRANSLATOR"/>
</language>
</languageList>
</InfoshareTranslationMgmt>
<InfoshareTranslationMgmt usergroup="VSYSTEMMANAGEMENT">
<languageList>
<language>
<ISHField ref="FAUTHOR"/>
<ISHField ref="FREVIEWER"/>
<ISHField ref="FTRANSLATOR">Joseph</ISHField>
</language>
</languageList>
</InfoshareTranslationMgmt>
</InfoshareTranslationMgmts>