[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LocalizationResourceCollection.Item

this Property

this[string]

Get the LocalizationResource using a specified culture.

Declaration
public LocalizationResource this[string culture] { get; }
Parameters
Type Name Description
string culture

A string value indicating the culture to obtain resource.

Property Value
Type Description
LocalizationResource

A LocalizationResource object for the specified culture.

Remarks

If LocalizationResource does not exist for the specified culture, then it will be created and added to collection.

Examples
LocalizationResource jaResource = _report.LocalizationResources["ja"];