SetDescription |
Scroll |
Sets the description of the category for the specified language.
Descriptionspace: Therefore.API
Visual Basic Public Overridable Function SetDescription ( _ nlcid As Integer, _ strDescription As String _ ) C# public virtual void SetDescription ( int nlcid, string strDescription )
Parameters nlcid The LCID determining the translation for which to set the description.
strDescription The description string for the specified language.
Return Value None. |