SetLocale

Set the value of the local computers LocaleID.

Syntax 
      SetLocale(LocaleID)

Key
   LocaleID    Decimal or String literal indicating the country.

Examples

'Set locale to the UK
SetLocale("en-gb")

'Set locale to Germany
SetLocale("de")

“Who looks outside, dreams; who looks inside, awakes” ~ Carl Gustav Jung

Related VBScript commands

GetLocale - Return the Regional LocaleID


 
Copyright © 1999-2024 SS64.com
Some rights reserved