Skip to content

Tamil (India)

Tamil (India) is one of the many supported locales in Faker. It uses the language code ta_IN and is available as fakerTA_IN.

Language data

KeyValue
NameTamil (India)
Local Nameதமிழ் (இந்தியா)
Languageta
ScriptTaml
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 { fakerTA_IN } from '@faker-js/faker';
// const { fakerTA_IN } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.