SpellCheckerOpenOfficeDictionary(String, String, CultureInfo) Constructor
Creates a new SpellCheckerOpenOfficeDictionary class instance for the specified culture and fills it with wordforms constructed from the base words using affixes.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
public SpellCheckerOpenOfficeDictionary(
string dictionaryPath,
string grammarPath,
CultureInfo culture
)
Parameters
Name | Type | Description |
---|---|---|
dictionaryPath | String | A String object that specifies the path to the dictionary file in OpenOffice.org format. |
grammarPath | String | A String object that specifies the path to the affix file in OpenOffice.org format. |
culture | CultureInfo | A CultureInfo object that specifies the culture settings (the symbols encoding, language and phonetic specifics). |
Remarks
The dictionaries and affix files are part of OpenOffice.org project. They are available for downloading at the Dictionaries page.
Note
We bear no responsibility for the content and availability of dictionaries and affix files, since they are part of an open-source project - OpenOffice.org.