MicroStrategy ONE

List languages statement

Lists all languages at the user, project, or user/project level.

Copy
LIST [ALL] LANGUAGE[S] [FOR (METADATA | DATA | MESSAGES 
 | DATETIME | INTERFACE | ALL TYPES)] AT (USER LEVEL FOR USER ("login_name" 
 | CURRENTUSER) | PROJECT LEVEL FOR PROJECT "project_name" | 
 USERPROJECT LEVEL FOR USER ("login_name" | CURRENTUSER) FOR PROJECT "project_name"));

where:

  • login_name is the MicroStrategy login of the user whose resolved languages are being listed.

  • project_name is the name of the project whose languages are being listed.

This statement replaces the deprecated LIST LOCALES statement.

Example

Copy
LIST ALL LANGUAGES FOR DATETIME FOR USER "Bob 
 Smith";

ResultSet Columns

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

LANGUAGE_TYPE: The type of the language, such as "MicroStrategy Metadata". Returned as a string.