Other Languages

This is the documentation for 3.0.2 version, which is not the latest version. Consider upgrading to 4.3.0.

Fully supported languages are English, French, German, Italian and Spanish. But you can generate texts in any language.

It is recommanded to use the proper locale: nl_NL for Dutch, ja_JP for Japanese etc.

What will work

Core features will work:

  • referring expressions

  • synonyms

  • recordSaid / hasSaid

  • assembling: eachz and itemz > item

  • setRefGender / getRefGender (even if it can be meaningless for some languages)

What will work partially

Rules, punctuation: the default punctuation and capitalization rules applied are the ones for English. It will work quite well for most European languages, but not for Asian languages.

Synonyms optimization (using choosebest): it will work pretty well for all european languages, even if there is no stemmer for these languages. But it will not work for Asian languages as there is no tokenizer.

What will not work

All textual numbers (cardinal textual, ordinal textual) will not work.

Number formatting and ordinal numbers, even when available in numeral.js, will not work as they are not included by default.

Same for Dates formating: it will not work, even when available in date-fns.