GetLocale
Method Signature
GetLocale()Arguments
Examples
Output current Locale than set it to swiss locale
writeOutput( getlocale() );
writeOutput( " → " );
setLocale( "de_ch" );
writeOutput( getlocale() );
Additional Examples
Related
Last updated
Was this helpful?
