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