Domanda

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.

È stato utile?

Soluzione

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.

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top