Skip to content

Uzbek (Uzbekistan, Latin)

Uzbek (Uzbekistan, Latin) is one of the many supported locales in Faker. It uses the language code uz_UZ_latin and is available as fakerUZ_UZ_latin.

Language data

KeyValue
NameUzbek (Uzbekistan, Latin)
Local NameO'zbekcha
Languageuz
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 { fakerUZ_UZ_latin } from '@faker-js/faker';
// const { fakerUZ_UZ_latin } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.