[]
Get the LocalizationResource using a specified culture.
public LocalizationResource this[string culture] { get; }
| Type | Name | Description |
|---|---|---|
| string | culture | A string value indicating the culture to obtain resource. |
| Type | Description |
|---|---|
| LocalizationResource | A LocalizationResource object for the specified culture. |
If LocalizationResource does not exist for the specified culture, then it will be created and added to collection.
LocalizationResource jaResource = _report.LocalizationResources["ja"];