'Declaration Public Enum LocalizationType Inherits System.Enum
public enum LocalizationType : System.Enum
Member | Description |
---|---|
English | All strings are English (the default). |
French | All strings are French. |
German | All strings are German. |
Japanese | All strings are Japanese. |
Spanish | All strings are Spanish. |
This property is used by the LocalizationType property of the WebHtmlEditor control. All predefined strings are sourced from an embedded XML resource file. Changing the value of the LocalizationType 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".
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