FR_de_PAYS

(For French language) Adds a country-specific lowercase article (for “de”) before the specified country name

Usage

FR_de_PAYS(country_name)

Parameters

country_name

(Required) The name of the country

Examples

Example With these variables Result

FR_de_PAYS(country)

country is "Bahamas"

“des Bahamas”

FR_de_PAYS(“Belgique”)

(None)

“de Belgique”

FR_de_PAYS(“Canada”)

(None)

“du Canada”

FR_de_PAYS(“Espagne”)

(None)

“d’Espagne”

More information

When to use this compared to other FR_*_PAYS functions is hard to explain, it depends on the context.

Here is a French sentence example: Il vient de Belgique.

For more details, switch to the French documentation using the link “Français” at the bottom of the menu bar on the left.

See also