BAT makes use of the madlib-locale module to support multiple languages in the same webapplication. No need for multiple templates containing different languages. It can not only replace text but also format dates, numbers and money.

Want to know how madlib-locale achieves this, or want to use the module separate from BAT?

Read more

Try changing the language using the select box below and see how it affects the examples below.

{{_translate "i18n-type"}} {{_translate "i18n-value" }}
{{_translate "i18n-text"}} {{_translate "i18n-exampleText"}}
{{_translate "i18n-date"}} {{_date "date" date }}
{{_translate "i18n-number"}} {{_number number}}
{{_translate "i18n-money"}} {{_money "euro" money}}