Target Keyword: Wincc Flexible Smart V3 Change Language -FREE-
: Use the arrow buttons in the editor to define the sequence in which languages will cycle. Create Switching Buttons Direct Selection : Create a button for a specific language and assign the SetLanguage system function to its "Press" event. : Create a single button and use the ToggleLanguage function to cycle through all enabled languages one by one. Managing Project Texts A project can support up to 32 standard Windows languages. --- Wincc Flexible Smart V3 Change Language -FREE-
If SmartTags("PLC_Lang_Req") = 1 Then
SetLanguage 1 'English
ElseIf SmartTags("PLC_Lang_Req") = 2 Then
SetLanguage 2 'Chinese
ElseIf SmartTags("PLC_Lang_Req") = 3 Then
SetLanguage 3 'Spanish
End If
If you want your HMI to support multiple languages for the operator: Enable Project Languages: Mastering Multilingual HMI: How to Change Language in