Version

LocalizationType Property

Gets or sets a value which determines in what language strings are displayed
Syntax
'Declaration
 
Public Property LocalizationType As LocalizationType
public LocalizationType LocalizationType {get; set;}
Remarks

Note: The LocalizationFile has priority over this property. If LocalizationFile property is set, then custom xml file is used instead of an embedded resource defined by this property.

All predefined strings are sourced from an embedded XML resource file. Changing the value of this property will cause all predefined strings to be translated into the selected language. For example if the current LocalizationType is English, and French is chosen, the string "Color" becomes "Couleur".

NOTE. When this property is set, all strings are cleared and reinitialized with the correct defaults language string. Any changes you made to child controls strings will be lost.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also