SetCurrentLCID |
Scroll |
Sets the currently used LCID. This LCID is used to determine the translation when calling the Name property.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetCurrentLCID ( _ nlcid As Integer, _ ) C# public virtual void SetCurrentLCID ( int nlcid )
Parameters nlcid The LCID to be used on this object. Will be reset to the default connection language when set to an invalid value.
Return Value None. |