Skip to main content
.NET 6.0+

CaptionHelper.GetParentAspect(String) Method

Returns the neutral culture for a given specific culture.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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