Gets or sets the url (absolute or relative) to the xml file with translation strings.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)

Syntax

C#
public string LanguageFile { get; set; }
Visual Basic
Public Property LanguageFile As String
	Get
	Set
Visual C++
public:
property String^ LanguageFile {
	String^ get ();
	void set (String^ value);

  


}

Field Value

The url to the xml file with translated strings.

Examples

"/Languages/Language_en.xml" or "http://mysite.com/myapp/Languages/Language_en.xml".

See Also