Back to Devexpress

CaptionHelper.GetAspectByCultureInfo(CultureInfo) Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-captionhelper-dot-getaspectbycultureinfo-x28-system-dot-globalization-dot-cultureinfo-x29.md

latest1.7 KB
Original Source

CaptionHelper.GetAspectByCultureInfo(CultureInfo) Method

Returns the language identifier for a specific culture.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public static string GetAspectByCultureInfo(
    CultureInfo culture
)
vb
Public Shared Function GetAspectByCultureInfo(
    culture As CultureInfo
) As String

Parameters

NameTypeDescription
cultureCultureInfo

A CultureInfo object which represents the culture whose language identifier will be retrieved.

|

Returns

TypeDescription
String

A string that represents the language identifier for the specified culture.

|

Remarks

This method is intended for internal use.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace