DeleteTranslation |
Scroll |
Deletes the translation with the specified LCID from the keyword dictionary.
Namespace: Therefore.API
Visual Basic Public Overridable Function DeleteTranslation ( _ nlcid As Integer, _ ) C# public virtual void DeleteTranslation ( int nlcid )
Parameters nlcid The LCID for the language to delete.
Return Value None. |