Skip to main content
.NET 6.0+

CaptionHelper.GetCultureInfoByAspect(String) Method

Returns the culture which corresponds to a specific language identifier.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.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
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