KaxProgressAreaLanguage Property |
Note: This API is now obsolete.
Specifies the localization of the KaxProgressArea (the language which will be used).
Namespace: Kettic.AspNet.ControlsAssembly: 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; }
<ObsoleteAttribute("Use the Culture property")>
Public Property Language As String
Get
Set
public:
[ObsoleteAttribute(L"Use the Culture property")]
property String^ Language {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Use the Culture property")>]
member Language : string with get, set
Property Value
Type:
StringThe default value is
en-US.
Examples <kaxU:KaxUpload Language="es-Es" ... />
<kaxU:KaxUpload Language="es-Es" ... />
See Also