Back to Devexpress

CaptionHelper.GetParentAspect(String) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getparentaspect-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

CaptionHelper.GetParentAspect(String) Method

Returns the neutral culture for a given specific culture.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static string GetParentAspect(
    string aspect
)
vb
Public Shared Function GetParentAspect(
    aspect As String
) As String

Parameters

NameTypeDescription
aspectString

A string that holds the specific culture’s name.

|

Returns

TypeDescription
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

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace