If you have administrative access, you can use the Administrator
Console to find information about the language packs that are imported
into IBM® TRIRIGA®.
This information includes the name of the language packs, when the
packs were imported, and by whom.
Procedure
- Sign in to the Administrator Console.
- In the Managed Objects pane, select Database
Query Tool.
- In the SQL Query field, enter the
following SQL statement:
select * from ENVIRONMENT_PROPERTIES
where environment in (
'platform.any.lang.file.import',
'platform.data.lang.swap.import',
'platform.data.lang.secondary.import',
'platform.label.lang.primary.labelImport',
'platform.label.lang.import')
- Click Run Query.