CaptionHelper.GetCultureInfoByAspect(String) Method
Returns the culture which corresponds to a specific language identifier.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| aspect | String | A string that holds the language identifier. |
Returns
| Type | Description |
|---|---|
| CultureInfo | A CultureInfo object that represents the culture which corresponds to the specified language identifier. |
Remarks
This method is intended for internal use.
See Also