Enable language switching for extended properties on HMI displays
The language switching allows you to switch between different languages in a
FactoryTalk View
application at run time. The following text strings in the extended properties support language switching:- Descriptions (limited to 512 characters)
- Engineering Units (limited to 80 characters)
- State information (limited to 80 characters)
To enable language switches for extended properties on HMI displays
- InStudio 5000 Logix Designerversion 21.00.00 or later, configure description, engineering unit, or state information in the extended properties of a tag (or a user-defined data type), with two or more languages.For the detailed steps about adding multiple languages to extended properties of a tag (or a user-defined data type), refer to.Logix 5000Controllers I/O and Tag Data programming manual
- InFactoryTalk View Studioversion 9.00.00 or later, open your application and navigate to (or create an)FactoryTalk Linxserver.
- Define a shortcut with theProcessorshortcut type, and define the shortcut to the targetControlLogixcontroller.
- InFactoryTalk View Studio, configure your application with the languages which you have defined inStudio 5000 Logix Designer.For the detailed steps about how to add languages to an application, refer to.FactoryTalk ViewUser Guide
- In your application, use the formatTagName.@ExtendedPropertyto read the values, whereTagNameis the controller tag andExtendedPropertyis the extended tag property. For example,[Shortcut]SodaCIPTanks.Water.@Description.For detailed information about using the controller tag extended properties, refer toFactoryTalk View SE/ME User Guide.
- Start your client.
- While the client is running, switch languages that you have configured as needed.
- (Optional) InFactoryTalk Live Data Test Client, test and verify the language switching of the extended properties.
Provide Feedback