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