The SetRegionalFormat function changes the regional settings.
The default region is REGION_LOCAL.
Syntax
Global.SetRegionalFormat(
Integer region = REGION_LOCAL)
Integer region = REGION_LOCAL)
Parameters
| region | Value list that can be used: REGION_LOCAL, REGION_US, REGION_FR | Optional |
|---|
Return value
The SetRegionalFormat function has no return values.
Example
SetRegionalFormat(REGION_US)