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