Question

I am working on a Magento-2 website which is based on German language.

How to install and use new language package for German language in Magento2.

Which package is best for German language?

Any one have an idea about it. Any help is really appreciated.

Was it helpful?

Solution

I have done by just using below command for it

composer require splendidinternet/mage2-locale-de-de

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy de_DE

Note : commands need to be run from your magento root.

More info : Magento 2 German LocalePack de_DE

It's works for me.

OTHER TIPS

Package link

To install it:

  1. extract and copy into /app/i18n/splendid/de_DE/
  2. Remove pub/static/*
  3. Run Command using CLI:

    php bin/magento setup:static-content:deploy de_DE
    php bin/magento setup:upgrade
    
  4. Remove var/*

  5. Run php bin/magento setup:di:compile

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top