Saves an existing user dictionary by supplying the contained words as a string array to a callback function.

<void> TXTextControl.Proofing.saveUserDictionary(<string> name, <SaveUserDictionaryCallback> callback)

Parameters

Parameter Description
name The user dictionary's name.
callback The callback function which is called as soon as the dictionary content has been received from the server. The callback function is called with two parameters: the dictionary's name as a string and the word list as a string array.