Skip to content

Zulu (South Africa)

Zulu (South Africa) is one of the many supported locales in Faker. It uses the language code zu_ZA and is available as fakerZU_ZA.

Language data

KeyValue
NameZulu (South Africa)
Local NameisiZulu (Iningizimu Afrika)
Languagezu
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 { fakerZU_ZA } from '@faker-js/faker';
// const { fakerZU_ZA } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.