OLEDBConnection.RetrieveInOfficeUILang Property

Definition

True if the data and errors are to be retrieved in the Office user interface display language when available. Read/write Boolean.

public:
 property bool RetrieveInOfficeUILang { bool get(); void set(bool value); };
public bool RetrieveInOfficeUILang { get; set; }
Public Property RetrieveInOfficeUILang As Boolean

Property Value

Boolean

Remarks

If this property is set to False, the LCID value in the connection string is used instead. If an LCID is not specified, the default LCID from the server is used.

Applies to