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