CountryFlag

Purpose:

Evaluates the given string as ISO code (ISO 3166-1 alpha-2, ISO 3166-1 alpha-3, ISO 3166-1 numeric-3) and outputs the country flag for it.

Parameter:

String          Country code of the country, e.g. 'de' or 'usa'

Number       (optional) Parameter meaning (can be or-ed): 0: Arg is country abbreviation, 1: Arg is English country name, 2: Arg is localized country name, 4: Arg is native country name. Default: 0

Return value:

Picture

Example:

CountryFlag("US")                 <US country flag >