0

I created for a few products some custom options. Is it possible to translate these labels of the custom options? I have a translation .csv file, but adding it there didn't seem to work.

1
  • I have same problem (Magento 2.1.5), the process listed by Fabian Schmengler seems right, but in reality this is an existing issue reported from July 2016 : github.com/magento/magento2/issues/5885 Commented Mar 6, 2017 at 12:50

1 Answer 1

1

Product data is not translated with CSV files per language, but stored per store view. Each store view has one language, so you should use the store specific values for translation.

Now this not only applies to product attributes but also to labels of custom options.

  1. In the upper-left corner set Store View to the view for the translation. When prompted to confirm, tap OK.
  2. For each field to be edited, do the following:

    a. Clear the Use Default Value checkbox to the right of the field.

    b. Either paste or type the translated text into the field.

    Make sure to translate all text fields, including image labels and Alt text, Search Engine Optimization fields and any Custom Options information.

  3. When complete, tap Save.

Source: Magento 2.0 User Guide

1
  • The problem with custom options is that it doesn't have a 'Use Default value' button. The values are also greyed out and not accessible. I'm in products->catalog->{{just a random item}}->custom options Commented Jun 24, 2016 at 9:46

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.