Language menu, adding and selling?

Hey, our big translation team is making shopware for couple different language. But we are noobs with shopware. How we can show different languages on shop so customers can choice? We have snippets already and almost translated for every language, but how we can start selling as ready to install package?

Hello, Languages in Shopware are resolved through sub-shops. You can add/edit (sub-)shops in „Backend --> Configuration --> Basic settings --> Shop settings -> Shops“. Each shop has a field „Localization“ which defines what language will be used. It’s more difficult with „ready to install package“. You should develop a simple plugin which will add your snippets (i.e. execute MySQL query) during installation. Tutorial about plugin development can be found here.