Skip to main content

WebDictionary.GetCulture() Method

Returns the information on language and culture associated with the current dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v25.1.dll

NuGet Package: DevExpress.Web

Declaration

public CultureInfo GetCulture()

Returns

Type Description
CultureInfo

A CultureInfo object, containing information about specific culture.

Remarks

Returns a WebDictionary.Culture property value or a InvariantCulture object, if it is null.

See Also