MicroStrategy ONE

List available languages statement

Lists all currently available languages in the project, or in the project source.

Copy
LIST [ALL] AVAILABLE LANGUAGES [FOR (METADATA | DATA 
 | ALL TYPES)] [IN PROJECT "project_name"];

where:

project_name is the name of the project that contains the languages.

This statement replaces the deprecated LIST AVAILABLE LOCALES statement.

Example

Copy
LIST AVAILABLE LANGUAGES FOR DATA IN PROJECT "MicroStrategy 
 Tutorial";

ResultSet Columns

LIST ALL AVAILABLE LANGUAGES FOR DATA FOR PROJECT

  • LANGUAGE: The name of the language, returned as a string.

  • LANGUAGE_TYPE: The type of the language, such as "Data". Returned as a string.

LIST ALL AVAILABLE LANGUAGES

  • LANGUAGE: The name of the language, returned as a string.