ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Multilingual functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Returns the name of a language.
Example
// Find out the name of the Armenian language
ResName is string
ResName = LanguageToName(languageArmenian)
// Find out the name of the English language in Australia
ResName is string
ResName = LanguageToName(languageEnglish, 3)
// Returns "Australian"
Syntax
<Result> = LanguageToName(<Language> [, <Sub-language>])
<Result>: Character string
  • Name of the specified language,
  • Empty string ("") if the specified language is unknown.
<Language>: Integer constant
Language whose name is requested. For more details on these constants, see Correspondence between languages, sub-languages, character sets and nations.
<Sub-language>: Optional integer
Sub-language whose name is requested. For more details on sub-languages, see Correspondence between languages, sub-languages, character sets and nations.
If this parameter is not specified, the standard name of the specified <Language> is returned.
Component: wd290vm.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help