Skip to main content

Language Support


Language Codes based on Region

For NLU we currently support 94 languages. All APIs accept language codes mentioned in the following tables based on the region of the language.

- Indian Subcontinent

Language codeLanguage codeLanguage code
AssameseasBengalibnGujaratigu
HindihiKannadaknMalayalamml
MarathimrNepalinePunjabipa
TamiltaTeluguteUrduur

- South-East Asia

Language codeLanguage codeLanguage code
BurmesemyIndonesianidJavanesejv
MalaymsSundanesesuUrduur
Vietnamesevi

- Middle East Northern Africa (MENA)

Language codeLanguage codeLanguage code
ArabicarArabic (Egyptian)arzArabic (Levantine)apc
Arabic (Maghrebi)amaArabic (Mesopotamian)acmArabic (Kuwaiti)akw
Arabic (Sudanese)apdArabic (Gulf)afbHebrewhe
UighurugPersianfa

- Rest-of-Asia

Language codeLanguage codeLanguage code
ArmenianhyAzerbaijaniazChinesezh
GeorgiankaJapanesejaKazakhkk
KirghizkyKoreankoRussianru
TagalogtlTajiktgTatartt
Uzbekuz

- Africa

Language codeLanguage codeLanguage code
AfrikaansafEnglishenFrenchfr
MalagasymgSwahiliswYorubayo

- Europe

Language codeLanguage codeLanguage code
AlbaniansqAragoneseanBashkirba
BasqueeuBelarusianbeBosnianbs
BretonbrBulgarianbgCatalanca
ChechenceChuvashcvCroatianhr
CzechcsDanishdaDutchnl
EnglishenEstonianetFinnishfi
FrenchfrGalicianglGermande
GreekelHungarianhuIcelandicis
IrishgaItalianitLatinla
LatvianlvLithuanianltLuxembourgishlb
MacedonianmkMaltesemtNorwegian Bokmålnb
OccitanocPolishplPortuguesept
RomanianroSerbiansrSlovaksk
SlovenianslSpanishesSwedishsv
TurkishtrUkrainianukWelshcy

- North America

Language codeLanguage codeLanguage code
EnglishenHaitianhtSpanishes

- Multilingual/Code-Mixed Data

Language                                                                                                                       code
Multilingual/Code-Mixedmultilingual

Check Language Support

Make sure to log in using API and have your authorization token in a variable called AUTHORIZATION_TOKEN before running this API.

curl --location --request GET 'https://platform.neuralspace.ai/api/nlu/v1/supported-languages' \
--header "Authorization: ${AUTHORIZATION_TOKEN}"