GetDescription |
Scroll |
Returns the description in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetDescription ( _ nlcid As Integer _ ) As String C# public virtual String GetDescription ( int nlcid ) Parametersnlcid The LCID for the text to be returned. Return ValueThe description in the specified language. |