GetCaption |
Scroll |
Gets the caption of the field in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetCaption ( _ nlcid As Integer _ ) As String C# public virtual string GetCaption ( int nlcid )
Parameters nlcid The LCID determining the translation in which to return the caption.
Return Value The string of the field caption in the specified language. If there is no translation for this caption in the specified language, the default connection language will be used. If there is no translation for this caption in the default connection language, the server default language will be used. |