Working with Alias Table Language Codes

You can specify multiple language codes for an alias table. When you create an alias table, a language code is not specified. To assign language codes to an alias table, use the C-API or VB-API versions of the SetAliasTableLanguage API. (You cannot set a language code for the default alias table.)

To get the set of language codes associated with an alias table, use the C-API or VB-API versions of the GetAliasTableLanguages API.

To clear the language codes associated with an alias table, use the C-API or VB-API versions of the ClearAliasTableLanguages API.

When clearing aliases from an alias table, language codes are removed from the alias table.

When copying an alias table, language codes are removed from the copied alias table.

When renaming an alias table, language codes are preserved in the renamed alias table.

See the Oracle Essbase API Reference.