Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.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.

See Also