LocalizationItem.HasCulture(String) Method
Determines whether the current localization item defines a value for the specified locale.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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