Switch Language Button
The Switch Language Button is a WPF control that is used to dynamically change the text displayed on controls from one language to another.
For example, if a form is authored in English and you want an operator to be able to switch the displayed language to Spanish, you can add a language button to the form that automatically changes the text to Spanish when it is clicked.
The Language ID property for the Switch Language Button control is used to specify the language that you want the button to switch the text to.
Language switching is based on specific properties for individual controls. For example, you can affect the Text and ToolTip properties for the text box control, or the CommandParameter, Content, ContentStringFormat, and ToolTip properties for the button control.
See Language Switching Controls to view the usage and description of the properties for this control.