UltimateEditor Class Library

UltimateEditor.AutoDetectLanguage Property

Gets or sets a value that indicates whether the language is automatically detected on the client machine from browser settings.

[Visual Basic]
Public Property AutoDetectLanguage As Boolean
[C#]
public bool AutoDetectLanguage {get; set;}

Property Value

true if the language is automatically detected; otherwise, false. The default value is false.

Remarks

Use this property to automatically detect the language on the client machine. If you want to set the Language property to a specific language you should set this property to false, and use the Language property. Note that if the detected language is English, German, Spanish, French or Italian it will set the language to automatically. Otherwise it will use the language set by the Language property.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace