Sets the value of the 4Test locale.
sLocale = SetLocale (sLocale)
Variable | Description |
---|---|
sLocale | Specifies the implementation-defined 4Test locale. To specify the native locale, use an empty string (""). STRING |
A string for the new locale or NULL if the request cannot be honored.
This capability gives the tester the ability to control how certain 4Test functions format, sort, and compare number, string, currency, and date/time information. It should be noted that SetLocale does not set the Silk Test Classic program locale.
The 4Test locale is a Posix compliant locale.
Set the 4Test locale to the value of the user locale of the machine on which the application under test is executing.
SetLocale(SYS_GetLocale())