AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de países y continentes
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
GetCountryName (Function)
In french: DonneNomPays
Warning
From version 25, this function is kept for backward compatibility. We recommend that you use Continent and country management functions.
Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
Example
// France caption
sCaptionFrance is string = GetCountryName("FRA")
Syntax
<Result> = GetCountryName(<ISO code>)
<Result>: Character string
Name of the country.
<ISO code>: Character string
Country ISO code. This ISO code can be the alphabetic ISO code (2 or 3 characters) or the numeric ISO code of the country.
Component: wd290std.dll
Versión mínima requerida
  • Versión 24
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