Gets or sets the value indication whether Ultimate uploader should automatically detect user language.

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

Syntax

C#
public bool LanguageAutoDetect { get; set; }
Visual Basic
Public Property LanguageAutoDetect As Boolean
	Get
	Set
Visual C++
public:
property bool LanguageAutoDetect {
	bool get ();
	void set (bool value);

  


}

Field Value

True to automatically detect user language. In this case {0} placeholder at the value of the LanguageFile propertie will be replaced with appropriate labguage code.

See Also