  | CredentialOptionsLanguage Property | 
Linkar Framework for .NET and Core
            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
Syntaxpublic string Language { get; }Public ReadOnly Property Language As String
	Get
public:
property String^ Language {
	String^ get ();
}member Language : string with get
Property Value
String
See Also