| CredentialOptionsLanguage Property |
Linkar Framework .NET (Core and Framework)
Used to make the database routines know in which language they must answer. The Error messages coming from the Database are in English by default, but you can customize them.
Namespace: LinkarAssembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax public string Language { get; }
Public ReadOnly Property Language As String
Get
public:
property String^ Language {
String^ get ();
}
member Language : string with get
Property Value
StringSee Also