Skip to content

French (Luxembourg)

French (Luxembourg) is one of the many supported locales in Faker. It uses the language code fr_LU and is available as fakerFR_LU.

Language data

KeyValue
NameFrench (Luxembourg)
Local NameFrançais (Luxembourg)
Languagefr
ScriptLatn
Directionltr

Usage

A few commonly localized methods are shown below. Reload this page to see more random examples. Not all methods are localized in all locales.

ts
import { fakerFR_LU } from '@faker-js/faker';
// const { fakerFR_LU } = require('@faker-js/faker'); // CJS

// Commonly localized methods:
fakerFR_LU.person.fullName();
fakerFR_LU.location.streetAddress();
fakerFR_LU.location.city();
fakerFR_LU.location.state();
fakerFR_LU.location.zipCode();
fakerFR_LU.phone.number();
fakerFR_LU.commerce.productName();
fakerFR_LU.internet.email();
fakerFR_LU.internet.url();
fakerFR_LU.date.month();
fakerFR_LU.date.weekday();
fakerFR_LU.word.noun();
fakerFR_LU.word.verb();
fakerFR_LU.company.name();

// Non-localized methods work as normal:
fakerFR_LU.number.int();

Released under the MIT License.