Dart.PowerWEB.TextBox Namespace : LocalizationType Enumeration (Dart.PowerWEB.TextBox) |
Enumerates the localization type used to display strings in the HtmlBox.
Member | Description |
---|---|
English | All strings are English (the default). |
Spanish | All strings are Spanish. |
French | All strings are French. |
German | All strings are German. |
Custom | Custom strings. You must set HtmlBox.LocalizationFile to the filepath of the XML document which specifies the strings to use. You must follow the format used by the PowerWEB XML localization files (look in the PowerWEB/Common/scripts directory for an example). |
This property is used by the LocalizationType property of the HtmlBox 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".
Namespace: Dart.PowerWEB.TextBox
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.