CaptionHelper.GetParentAspect(String) Method
Returns the neutral culture for a given specific culture.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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