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

LocalizationFile Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : LocalizationFile Property

Gets or sets a value specifying a file path to an XML file specifying localization strings.

[Visual Basic]
<DefaultValueAttribute()> <BrowsableAttribute(False)> <CategoryAttribute("Appearance")> <DescriptionAttribute("A full file path specifying the XML file defining the localization strings.")> Public Property LocalizationFile As String
[C#]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [CategoryAttribute("Appearance")] [DescriptionAttribute("A full file path specifying the XML file defining the localization strings.")] public string LocalizationFile {get; set;}
[C++]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [CategoryAttribute("Appearance")] [DescriptionAttribute("A full file path specifying the XML file defining the localization strings.")] public: __property string* get_LocalizationFile(); public: __property void set_LocalizationFile(    string* value );
[C++/CLI]
[DefaultValueAttribute()] [BrowsableAttribute(false)] [CategoryAttribute("Appearance")] [DescriptionAttribute("A full file path specifying the XML file defining the localization strings.")] public: property String^ LocalizationFile {    String^ get();    void set (String^ value); }

Remarks

Use this property only if the language translation you require is not included in the LocalizationType enumeration. You must create this XML file yourself, using the same XML format as the PowerWEB file.

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.