MicroStrategy ONE

List resolved languages statement

Lists the resolved languages, that is, the language that is displayed for the specified user, for any type of language. The resolution process is the following: USER/PROJECT, USER, PROJECT, CONFIGURATION.  

Copy
LIST RESOLVED LANGUAGE[S] 
 [FOR (METADATA | DATA | MESSAGES | DATETIME | INTERFACE | ALL TYPES)] 
 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 that contains the languages.

This statement replaced the deprecated LIST RESOLVED LOCALES statement.

Example

Copy
LIST RESOLVED LANGUAGES FOR DATETIME FOR USER "Bob 
 Smith" FOR PROJECT "MicroStrategy Tutorial";