I'm working on a Magento webshop where I have two storeviews for two languages, currencies and countries. The problem I'm facing right now is that one of these countries is multi-lingual and I would therefore like to offer both languages already present in my two storeviews to the country in question.
The simple solution would be to just create a third storeview and have a language switch between those two views for that country. But since all the language already exists in the existing two views I'm a bit confused on how to best use whats already in place.
If it wasn't for currency and shipping differences between the two countries I could easily just reuse the first storeview for the second country, but I'd need to combine the language from the first view with the currency and shipping options from the second into a third storeview.
Any suggestions on how to accomplish this without manually keeping two sets of the same language for all my texts?