Skip to main content
.NET 6.0+

ITranslatorProvider.GetLanguages() Method

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string[] GetLanguages()

Returns

Type Description
String[]

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

See Also