Is it possible to develop a eCommerce website with Drupal commerce in multilingual ?
does it support for multilingual or do we have to do anything else on this?
Currently I'm building a shop that has two completely separated catalogs for each language. That means each product display is assigned to one language, and whatever language is chosen by the user, those products are displayed.
But I'm curious if it is possible to pack all that into a translatable commerce product. Not only the product display but also the actual product that is referenced (since there is also text to describe the variant). What I have found closest to that is the Entity Translation module but I'm not sure since there is nothing mentioned regarding DC.
Beyond that, if products were translatable, the next question would be how to import them in two languaged (field mapping).
This capability in Drupal 7 is called Field Translation. And one field can have multiple languages of content in it. You'll want to read [Gabor's series on D7 internationalization](http://hojtsy.hu/multilingual-drupal7) and perhaps the very old [Content Translation in Drupal 7](http://randyfay.com/node/88).
Comments
Commerce is great with
Commerce is great with multilingual, as is Drupal. If you look at the showcase you'll see eurocentres.com, a massive multilanguage site.
Thanks for the reply
Hi rfay,
Thanks a lot for the comment :) appreciate it
Commerce products translatable?
Currently I'm building a shop that has two completely separated catalogs for each language. That means each product display is assigned to one language, and whatever language is chosen by the user, those products are displayed.
But I'm curious if it is possible to pack all that into a translatable commerce product. Not only the product display but also the actual product that is referenced (since there is also text to describe the variant). What I have found closest to that is the Entity Translation module but I'm not sure since there is nothing mentioned regarding DC.
Beyond that, if products were translatable, the next question would be how to import them in two languaged (field mapping).
Was this discussed somewhere already?
"Field Translation" or "Content Translation"
This capability in Drupal 7 is called Field Translation. And one field can have multiple languages of content in it. You'll want to read [Gabor's series on D7 internationalization](http://hojtsy.hu/multilingual-drupal7) and perhaps the very old [Content Translation in Drupal 7](http://randyfay.com/node/88).
Subscribing
Subscribing