KaxDialogOpenerLanguage Property |
Note: This API is now obsolete.
Gets or sets the localization language for the 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("This property is not used. Set the language from the dialog parameters.")]
public string Language { get; set; }
<ObsoleteAttribute("This property is not used. Set the language from the dialog parameters.")>
Public Property Language As String
Get
Set
public:
[ObsoleteAttribute(L"This property is not used. Set the language from the dialog parameters.")]
property String^ Language {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This property is not used. Set the language from the dialog parameters.")>]
member Language : string with get, set
Property Value
Type:
String
The localization language for the user interface. The default value is
en-US.
See Also