Version

LocalizationFile Property

Gets or sets a value specifying a file path to an XML file specifying localization strings.
Syntax
'Declaration
 
Public Property LocalizationFile As String
public string LocalizationFile {get; set;}
Remarks

Note: This property has priority over LocalizationType. If this property is set, then custom xml file is used instead of an embedded resource defined by the LocalizationType property.

If value starts with ./, or /, or ~, then that value is used as it is, otherwise, the JavaScriptDirectory property is used as prefix.

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 WebHtmlEditor 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

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