Returns the neutral culture for a given specific culture.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v18.2.dll
public static string GetParentAspect(
string aspect
)
Public Shared Function GetParentAspect(
aspect As String
) As String
Type | Name | Description |
---|---|---|
String | aspect | A string that holds the specific culture's name. |
Type | Description |
---|---|
String | A string which holds the neutral culture that corresponds to the given specific culture. |
This method is intended for internal use.