ITranslatorProvider.GetLanguages() Method
In This Article
Returns the list of culture codes, for which translations are possible.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Returns
Type | Description |
---|---|
String[] | A string array representing the list of culture codes, for which translations are possible. |
See Also