SetLanguage |
Scroll |
Sets the connection default language. Can only be set when not being connected. All objects supporting the multi-language feature loaded from the server will use this as the default connection language.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetLanguage ( _ nlcid As Integer ) C# public virtual void SetLanguage ( int nlcid )
Parameters nlcid The locale identifier for the default connection language.
Return Value None.
|