KaxUploadLanguage Property |
Note: This API is now obsolete.
Gets or sets the localization language of the KaxUpload user interface.
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:
String
A string containing the localization language of the KaxUpload user inteface. The
default value is
en-US.
See Also