Skip to content

English (Bork)

English (Bork) is one of the many supported locales in Faker. It uses the language code en_BORK and is available as fakerEN_BORK.

Language data

KeyValue
NameEnglish (Bork)
Local NameEnglish (Bork)
Languageen
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 { fakerEN_BORK } from '@faker-js/faker';
// const { fakerEN_BORK } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.