Skip to content

Azerbaijani ​

Azerbaijani is one of the many supported locales in Faker. It uses the language code az and is available as fakerAZ.

Language data ​

KeyValue
NameAzerbaijani
Local Nameazərbaycan dili
Languageaz
ScriptLatn
Directionltr

Usage ​

A few commonly localized methods are shown below. Click the refresh button to see more random examples. Not all methods are localized in all locales.

ts
import { fakerAZ } from '@faker-js/faker';
// const { fakerAZ } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.