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

CaptionHelper.GetParentAspect(String) Method

Returns the neutral culture for a given specific culture.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public static string GetParentAspect(
    string aspect
)

Parameters

Name Type Description
aspect String

A string that holds the specific culture’s name.

Returns

Type Description
String

A string which holds the neutral culture that corresponds to the given specific culture.

Remarks

This method is intended for internal use.

See Also