Skip to main content

LocalizationItem.HasCulture(String) Method

Determines whether the current localization item defines a value for the specified locale.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool HasCulture(
    string culture
)

Parameters

Name Type Description
culture String

A string that determines the locale.

Returns

Type Description
Boolean

True, if the current localization item has a specified culture; otherwise. false.

See Also