Click or drag to resize
KaxProgressAreaLanguage Property

Note: This API is now obsolete.

Specifies the localization of the KaxProgressArea (the language which will be used).

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
The default value is en-US.
Examples
[New Example]
<kaxU:KaxUpload Language="es-Es" ... />
[New Example]
<kaxU:KaxUpload Language="es-Es" ... />
See Also