Version

LocalizationType Enumeration

Enumerates the localization type used to display strings in the WebHtmlEditor.
Syntax
'Declaration
 
Public Enum LocalizationType 
   Inherits System.Enum
public enum LocalizationType : System.Enum 
Members
MemberDescription
EnglishAll strings are English (the default).
FrenchAll strings are French.
GermanAll strings are German.
JapaneseAll strings are Japanese.
SpanishAll strings are Spanish.
Remarks

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".

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