docs
  1. SCAYLE Resource Center
  2. Developer Guides
  3. Internationalisation
  4. Translate Shop Categories

Translate Shop Categories

Shop Categories help you to cluster your Assortment in multiple Categories and render your Categories as a Tree.

Each category comes with a name and a path.
The category name is a localised string:

[
    'de_DE' => 'Kleider',
    'en_EN' => 'Dresses',
]

When creating a shop category, it is important to keep in mind that a shop category is created along with shop country-specific settings. The category gets a localized name for every existing country. You can provide a translation that matches the country's language in order to use this value as the category name. Otherwise, the default language translation is used as a country specific name.

When creating a shop category, you have to provide the translation for the configured default locale.

Learn more about translating shop categories.