FR_le_PAYS

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

Usage

FR_le_PAYS(country_name)

Parameters

country_name

(Required) The name of the country

Examples

Example With these variables Result

FR_le_PAYS(“Bahamas”)

(None)

“les Bahamas”

FR_le_PAYS(country)

country is "Belgique"

“la Belgique”

FR_le_PAYS(“Canada”)

(None)

“le Canada”

FR_le_PAYS(“Espagne”)

(None)

“l’Espagne”

FR_le_PAYS(“Haïti”)

(None)

“Haïti”

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 visite le Canada.

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