ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Country and Continent 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
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
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help