FR_au_PAYS

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

Usage

FR_au_PAYS(country_name)

Parameters

country_name

(Required) The name of the country

Examples

Example With these variables Result

FR_au_PAYS(“Bahamas”)

(None)

“aux Bahamas”

FR_au_PAYS(country)

country is "Belgique"

“en Belgique”

FR_au_PAYS(“Canada”)

(None)

“au Canada”

FR_au_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 habite au 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