I want to deploy 2 meteor sites with different languages. The idea is not that the user have the possibility to change the languages, but that the sites are in different languages. What would be my options?
I don't really need to save it on the database, so I'm looking for something faster and lighter.
Thanks!
i18n support can easly be added though the atmosphere package manager: i can suggest the package here: https://atmospherejs.com/package/i18n
if that doesnt suit your needs, there are others: https://atmospherejs.com/?q=i18n
to install atmosphere packages you need meteorite: https://atmospherejs.com/docs/installing