See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

LocalizationType Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : LocalizationType Property (HtmlBox)

Gets or sets a value which determines in what language strings are displayed

[Visual Basic]
<DescriptionAttribute("The LocalizationType which identifies what predefined language should be used.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.LocalizationTypeClass, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> Public Property LocalizationType As LocalizationType
[C#]
[DescriptionAttribute("The LocalizationType which identifies what predefined language should be used.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.LocalizationTypeClass, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public LocalizationType LocalizationType {get; set;}
[C++]
[DescriptionAttribute("The LocalizationType which identifies what predefined language should be used.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.LocalizationTypeClass, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public: __property LocalizationType get_LocalizationType(); public: __property void set_LocalizationType(    LocalizationType value );
[C++/CLI]
[DescriptionAttribute("The LocalizationType which identifies what predefined language should be used.")] [CategoryAttribute("Appearance")] [DefaultValueAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.LocalizationTypeClass, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] public: property LocalizationType LocalizationType {    LocalizationType get();    void set (LocalizationType value); }

Remarks

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

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.