Skip to content

Georgian (Georgia)

Georgian (Georgia) is one of the many supported locales in Faker. It uses the language code ka_GE and is available as fakerKA_GE.

Language data

KeyValue
NameGeorgian (Georgia)
Local Nameქართული (საქართველო)
Languageka
ScriptGeor
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 { fakerKA_GE } from '@faker-js/faker';
// const { fakerKA_GE } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.