Skip to content

Dutch (Belgium)

Dutch (Belgium) is one of the many supported locales in Faker. It uses the language code nl_BE and is available as fakerNL_BE.

Language data

KeyValue
NameDutch (Belgium)
Local NameNederlands (België)
Languagenl
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 { fakerNL_BE } from '@faker-js/faker';
// const { fakerNL_BE } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.