Language fallback
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
This module allows you to specify a language fallback for each defined language, so translation can fallback to another language.
Use case
Your site is using regional variants of languages, like Dutch Netherlands (nl-nl) and Dutch Belgium (nl-be), to set this up you first add the build in Dutch (nl) language and you define 2 custom languages (nl-nl and nl-be). If a string needs to be translated it will first check nl-be, and if the string isn't found it will check nl.
