French (Belgium)
French (Belgium) is one of the many supported locales in Faker. It uses the language code fr_BE and is available as fakerFR_BE.
Language data
| Key | Value |
|---|---|
| Name | French (Belgium) |
| Local Name | Français (Belgique) |
| Language | fr |
| Script | Latn |
| Direction | ltr |
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_BE } from '@faker-js/faker';
// const { fakerFR_BE } = require('@faker-js/faker'); // CJS
// Commonly localized methods:
fakerFR_BE.person.fullName();
fakerFR_BE.location.streetAddress();
fakerFR_BE.location.city();
fakerFR_BE.location.state();
fakerFR_BE.location.zipCode();
fakerFR_BE.phone.number();
fakerFR_BE.commerce.productName();
fakerFR_BE.internet.email();
fakerFR_BE.internet.url();
fakerFR_BE.date.month();
fakerFR_BE.date.weekday();
fakerFR_BE.word.noun();
fakerFR_BE.word.verb();
fakerFR_BE.company.name();
// Non-localized methods work as normal:
fakerFR_BE.number.int();