api.use('ecmascript');
bit.
TAPi18next.setDefaultNamespace('project')
.
What I'm looking to is how to use multiple versions of the same language (EN) according to application personality. e.g: my Meteor application uses an AppMode setting, which would need different translation files (with the same keys but different values). e.g: AppModes are APPM1/APPM2, so I included en.i18n.json under two different directories:
appm1/en.i18n.json appm2/en.i18n.json
How I can select which folder to use ? Is there any possibility to do this?