Click or drag to resize
KaxUploadLanguage Property

Note: This API is now obsolete.

Gets or sets the localization language of the KaxUpload user interface.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("Use the Culture property")]
public string Language { get; set; }

Property Value

Type: String
A string containing the localization language of the KaxUpload user inteface. The default value is en-US.
See Also