GetLocaleDisplayName
Method Signature
GetLocaleDisplayName(locale=[string], dspLocale=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Output current Locale's display name than set it to swiss locale
writeOutput( getLocaleDisplayName() );
writeOutput( " → " );
setLocale( "de_ch" );
writeOutput( getLocaleDisplayName() );
Additional Examples
Related
Last updated
Was this helpful?
