AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones multilingües
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
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local