Language property

Returns or sets the RFC1766 code of the current language for an application. Read/write. String.
Changing the language of an application using this property in VBA code, has the same effect as running the Language command.
Syntax
Application
.
Language
[ =value]
where
Application
– is the name of a
FactoryTalk View SE
Client Application object or an expression that evaluates to a
FactoryTalk View SE
Client Application object.
value
– is the RFC1766 code for a language.
The RFC1766 code is an identifier used for languages. Its format is:
<
languagecode2
>-<
country/regioncode2
>
where <
languagecode2
> is a lower case, two-letter code and <
country/regioncode2
> is an upper case, two-letter code. For example, the RFC1766 code for U. S. English is
en-US
.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal