Back to Devexpress

CaptionHelper.GetCultureInfoByAspect(String) Method

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

latest1.6 KB
Original Source

CaptionHelper.GetCultureInfoByAspect(String) Method

Returns the culture which corresponds to a specific language identifier.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Parameters

NameTypeDescription
aspectString

A string that holds the language identifier.

|

Returns

TypeDescription
CultureInfo

A CultureInfo object that represents the culture which corresponds to the specified language identifier.

|

Remarks

This method is intended for internal use.

See Also

CaptionHelper Class

CaptionHelper Members

DevExpress.ExpressApp.Utils Namespace