Skip to content

Czech (Czechia)

Czech (Czechia) is one of the many supported locales in Faker. It uses the language code cs_CZ and is available as fakerCS_CZ.

Language data

KeyValue
NameCzech (Czechia)
Local Namečeština (Česká republika)
Languagecs
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 { fakerCS_CZ } from '@faker-js/faker';
// const { fakerCS_CZ } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.