Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomHyphenationDictionary(String, CultureInfo) Constructor

Initializes a new CustomHyphenationDictionary instance with the specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public CustomHyphenationDictionary(
    string patternFileName,
    CultureInfo cultureInfo
)

Parameters

Name Type Description
patternFileName String

A name of the file with hyphenation patterns.

cultureInfo CultureInfo

A dictionary’s culture information.

See Also