Skip to content

Hebrew

Hebrew is one of the many supported locales in Faker. It uses the language code he and is available as fakerHE.

Language data

KeyValue
NameHebrew
Local Nameעברית
Languagehe
ScriptHebr
Directionrtl

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 { fakerHE } from '@faker-js/faker';
// const { fakerHE } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.