Skip to main content
A newer version of this page is available. .

CaptionHelper.GetCultureInfoByAspect(String) Method

Returns the culture which corresponds to a specific language identifier.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

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