Locale
The
Locale
item returns the locale information used by the FactoryTalk Batch
Server. This includes the language ID and code page.This table shows the input and output formats for this item.
Input Format | Request: Locale | |
Output Format | The Locale item returns in this format: <LanguageID> \t <CodePage> | |
Field Name | Format | Description |
<LanguageID> | ASCII – String | ID that identifies the language: 1031 – German (Standard)
1033 – English (United States)
1036 – French (Standard)
1040 – Italian (Standard)
3082 – Spanish (Modern Sort) |
<CodePage> | ASCII – String | Code page used by server, decimal number |
This table shows an example of the return on this request.
Example: | A request on object.GetItem(Locale) could return:1033 \t 1252 |
Provide Feedback