CaptionHelper.GetCultureInfoByAspect(String) Method
In This Article
Returns the culture which corresponds to a specific language identifier.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public static CultureInfo GetCultureInfoByAspect(
string aspect
)
#Parameters
Name | Type | Description |
---|---|---|
aspect | String | A string that holds the language identifier. |
#Returns
Type | Description |
---|---|
Culture |
A Culture |
#Remarks
This method is intended for internal use.
See Also