Loads a list of words given as a string array as a user dictionary.
<void> TXTextControl.Proofing.loadUserDictionary(<string> name, <string[]> words, <string> language)| Parameter | Description |
|---|---|
| name | The user dictionary's name. |
| words | The list of words to create the user dictionary from. |
| language | The user dictionary's language in the format languagecode2-country/regioncode2. (e. g. "en-US" or "de-DE") |