OLEDBConnection.RetrieveInOfficeUILang Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.