Skip to main content
A newer version of this page is available. .

ITranslatorProvider.GetLanguages() Method

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

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

string[] GetLanguages()

Returns

Type Description
String[]

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

See Also