Back to Devexpress

ITranslatorProvider.GetLanguages() Method

expressappframework-devexpress-dot-expressapp-dot-utils-dot-itranslatorprovider-663db671.md

latest1.2 KB
Original Source

ITranslatorProvider.GetLanguages() Method

Returns the list of culture codes, for which translations are possible.

Namespace : DevExpress.ExpressApp.Utils

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string[] GetLanguages()
vb
Function GetLanguages As String()

Returns

TypeDescription
String[]

A string array representing the list of culture codes, for which translations are possible.

|

See Also

ITranslatorProvider Interface

ITranslatorProvider Members

DevExpress.ExpressApp.Utils Namespace