{"id":6379,"date":"2018-01-15T08:05:20","date_gmt":"2018-01-15T07:05:20","guid":{"rendered":"https:\/\/eurotext-ecommerce.com\/en\/?p=6379"},"modified":"2024-09-30T08:49:15","modified_gmt":"2024-09-30T06:49:15","slug":"how-does-internationalization-work-with-magento-part-2","status":"publish","type":"post","link":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/","title":{"rendered":"How does internationalization work with Magento? \u2013 Part  2"},"content":{"rendered":"<p>The technical implementation of <strong>internationalization in e-commerce<\/strong>: what is the best way to go about it? In the second part of our article on the shop software <strong>Magento<\/strong>, we focus on the <strong>problems<\/strong> that can arise when working with Magento and how to avoid some of the pitfalls. We also answer the question of how suitable Magento is for <strong>multilingual e-commerce projects.<\/strong><\/p>\n<p><!--more--><\/p>\n<hr \/>\n<div class='content-column one_half'>\n<ul>\n<li><a href=\"https:\/\/eurotext-ecommerce.com\/en\/blog\/2018\/01\/10\/how-does-internationalization-work-with-magento-part-1\/\">Part 1 \u2013 Basic Structure and Advantages<\/a><\/li>\n<li><a href=\"#herausforderungen\">Challenges and Technical Limitations<\/a><\/li>\n<li><a href=\"#sonderfaelle\">Special Linguistic Cases<\/a><\/li>\n<li><a href=\"#cms\">CMS Pages Require a Lot of Manual Work<\/a><\/li>\n<li><a href=\"#export\">Problems Exporting Language Files<\/a><\/li>\n<\/ul>\n<p><\/div><div class='content-column one_half last_column'><\/p>\n<ul>\n<li><a href=\"#bilder\">Should You Translate Images?<\/a><\/li>\n<li><a href=\"#caching\">Probleme mit Caching<\/a><\/li>\n<li><a href=\"#konzept\">Most Failures Can Be Traced Back to the Initial Concept (or Lack Thereof)<\/a><\/li>\n<li><a href=\"#fazit\">Conclusion<\/a><\/li>\n<\/ul>\n<p><\/div><div class='clear_column'><\/div><\/p>\n<hr \/>\n<h2><span id=\"herausforderungen\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Challenges and Technical Limitations<\/h2>\n<p>Based on what we learned in <a href=\"https:\/\/eurotext-ecommerce.com\/en\/blog\/2018\/01\/10\/how-does-internationalization-work-with-magento-part-1\/\">the first part of our Magento article<\/a>, the shop software seems to be very well thought-out and well developed. The developers at Magento have obviously put a lot of effort into developing a system that is perfectly primed for <strong>multilingualism<\/strong> and <strong>cross-border commerce<\/strong>. However, Magento retailers too are confronted with problems and challenges in everyday use. We would like to introduce you to some of these problems, all of which can be attributed to very different causes:<\/p>\n<h2><span id=\"sonderfaelle\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Special Linguistic Cases<\/h2>\n<p>Most languages function according to similar principles and can be integrated seamlessly into Magento. For the widely used languages in particular, it is often enough to simply install a well translated <strong>language file.<\/strong> But the more complex or &#8220;exotic&#8221; a language, the more complicated it becomes. As an example, Magento recognizes only three shopping cart statuses: there are <u>no<\/u> items, there is <u>one<\/u> item or there are <u>several<\/u> items in the shopping cart. There are, however, some languages that use multiple plural forms that cannot be reproduced using these three shopping cart statuses alone. Languages with unusual sentence structures face a similar problem. While<strong> placeholders<\/strong> can be moved around relatively freely within a sentence in Magento, you cannot just divide them up however you like. Editing the codebase is the only real solution to this problem. Another problem is that of languages that make use of multiple forms of address. The best example of this is German with its informal &#8220;du&#8221; and formal &#8220;Sie&#8221; forms. As Magento only supports one set of language files, the retailer has to decide on one of the two variations.<\/p>\n<div class='content-column two_third'>\n<h2><span id=\"cms\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>CMS Pages Require a Lot of Manual Work<\/h2>\n<p>One linguistic problem that users are confronted with is completely of Magento&#8217;s own doing. Magento does not support language variants for <strong>CMS pages<\/strong>. While you can translate a product for all configured languages without any problems, CMS pages are not equipped with the same potential for multilingualism. If you want to display your &#8220;Legal notice&#8221; page in five different country shops, for example, you have to create five individual pages, fill these with the target-language text and then assign them to the corresponding <em>store views<\/em>.<\/div><div class='content-column one_third last_column'><a href=\"https:\/\/buro71a.de\/\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-6333\" src=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2017\/12\/rico-neitzel-150x150.jpg\" alt=\"Rico Neitzel \u2013 B\u00fcro 71a\" width=\"150\" height=\"150\" srcset=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2017\/12\/rico-neitzel-150x150.jpg 150w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2017\/12\/rico-neitzel.jpg 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a>Our interview partner <strong>Rico Neitzel<\/strong> implements websites and PHP projects at <a href=\"https:\/\/buro71a.de\/\" target=\"_blank\" rel=\"noopener noreferrer\">B\u00fcro 71a<\/a>. He provides Magento training in the field of e-commerce, advises companies and agencies on e-commerce projects and works as an author.<\/div><div class='clear_column'><\/div><\/p>\n<p>In addition, care must be taken to link the pages correctly. When changing languages, Magento does not normally change the <strong>URL key<\/strong>, it simply switches to the other language variant and retains the URL key (i.e. the file name). So if a customer changes to the German version of the &#8220;Legal notice&#8221; page from the English website, he or she will most likely end up on a 404 error page, because the German page is not called &#8220;Legal notice&#8221; but &#8220;Impressum&#8221;. Therefore, a redirect must be added to the CMS page from every language into every other language. This can quickly become confusing in shops with a large number of language variants. If you want to avoid this, you can give the pages the same page name in all languages, but this will give you problems with <strong>search engines<\/strong>. Rico Neitzel, who is regularly confronted with this problem, notes: <em>&#8220;Magento is not a CMS. That&#8217;s just a fact.&#8221;<\/em><\/p>\n<h2><span id=\"export\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Problems Exporting Language Files<\/h2>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignright wp-image-6420\" style=\"margin-left: 20px;\" src=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/translatecsv.png\" alt=\"Magento translate.csv\" width=\"370\" height=\"199\" srcset=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/translatecsv.png 436w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/translatecsv-300x161.png 300w\" sizes=\"auto, (max-width: 370px) 100vw, 370px\" \/>\n<p>Rico Neitzel is all too aware of another Magento feature that has attracted criticism. In Magento 1, all used language files, including those from third-party modules, were stored in a special folder. Translating the entire shop was simply a matter of sending this folder to a translation agency. Since <strong>Magento 2<\/strong>, however, this central file repository no longer exists. This makes things easier for programmers because they can organize the language files according to their needs. It means a lot of extra effort during the translation process, however. Magento does allow you to export all texts in a CSV file. However, the content of this file is not structured. For large projects it is near impossible to attribute context to the individual segments of this huge file.<\/p>\n<p>To top it all off, Magento also exports the system language. In most modules, the system language is English, but other languages can sometimes be found in the mix. B\u00fcro 71a has developed a solution on behalf of Eurotext AG, that at least partially addresses this problem, but the current status is not yet ideal.<\/p>\n<h2><span id=\"bilder\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Should You Translate Images?<\/h2>\n<p>Regardless of the shop system, one major translation challenge that many retailers forget about is images. Modern shops often harbor huge quantities of images. And it is not uncommon for them to contain text: banners, buttons, photos with integrated product names, warnings, dimensions. Some of these things need translating, others not.<\/p>\n<p>There are a couple of ways to translate images: <strong>Modern translation software<\/strong> can process<strong> open-format data<\/strong> (e.g. Photoshop files) directly and JPG or PNG files can be transferred to the target language by way of a caption and subsequent post-processing.<\/p>\n<hr \/>\n<blockquote><p>When it comes to translation, images mean a lot of <strong>manual work<\/strong>.<\/p><\/blockquote>\n<p style=\"text-align: center;\">Rico Neitzel, <a href=\"https:\/\/buro71a.de\/\" target=\"_blank\" rel=\"noopener noreferrer\">B\u00fcro 71a<\/a><\/p>\n<hr \/>\n<p>Before you can start translating, you first need to get an overview of which image files are actually relevant for translation. The complexity of this task varies depending on the shop or content management system. Magento offers two possibilities:<\/p>\n<ol>\n<li>Magento has a <strong>media folder<\/strong> on the server side in which the images of all shops and language variants are stored. Here you can check and select images for translation file by file.<\/li>\n<li>You can also view the files in the backend. Magento does not have a directly accessible <strong>media library<\/strong>, but if you want to insert an image into a CMS page, you can choose from all uploaded files and gain yourself an overview in this way.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-6436\" src=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Bilderordner.jpg\" alt=\"Magento-Bilderordner\" width=\"1200\" height=\"370\" srcset=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Bilderordner.jpg 1200w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Bilderordner-300x93.jpg 300w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Bilderordner-768x237.jpg 768w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Bilderordner-1024x316.jpg 1024w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\n<p>&nbsp;<\/p>\n<p>When translating images, it is important not to forget about the <strong>metadata <\/strong>(e.g. alt attributes). Magento allows you to assign metadata to an image in different languages. So you can use one image for several shops. It is of course also possible to use a different product image for each shop.<\/p>\n<h2><span id=\"caching\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Problems with Caching<\/h2>\n<p>Magento has a reputation for being one of the more &#8220;leisurely&#8221; shop systems. The numerous customization options and the hierarchical structure simply require more resources than &#8220;rigid&#8221; systems that do not offer as many possibilities. This is why large Magento shops in particular tend to rely on <strong>caching techniques<\/strong> and <strong>content delivery networks<\/strong> (CDN) to compensate for this shortcoming.<\/p>\n<p>What does all of this mean? When a customer calls up a certain shop page in the browser, the shop software usually has to evaluate the inquiry and generate the desired page. This may take a little time depending on the system, page content and request. <strong>Caching<\/strong> not only delivers the websites created in this way to the customer, it also temporarily stores them on the server. If another visitor then calls up exactly the same page in the browser, the shop system doesn&#8217;t have to process the request again. Instead, the cached version is delivered directly. The page is displayed to the customer faster and the server has less work to do.<\/p>\n<p>However, this type of system involves certain risks \u2013 not only with Magento. If not all parameters are taken into account when checking which web page has been requested, the wrong page may be displayed to the customer. Or the right page in the wrong language. The tricky thing here is that these types of cases are difficult to replicate. When support opens the page, the incorrect version may already have been deleted from the cache or parameters on the support side may cause the page to open correctly. Moreover, these sorts of problems often only arise during live operation because caching is not used during development. This can only be avoided by <strong>careful programming<\/strong> and <strong>thorough testing<\/strong>.<\/p>\n<h2><span id=\"konzept\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Most Failures Can Be Traced Back to the Initial Concept (or Lack Thereof)<\/h2>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-6439\" style=\"margin-right: 20px;\" src=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Konzept.jpg\" alt=\"Magento-Konzept\" width=\"300\" height=\"208\" srcset=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Konzept.jpg 600w, https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2018\/01\/Magento-Konzept-300x208.jpg 300w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/>\n<p>According to Magento expert Rico Neitzel, the most common and most serious <strong>problem<\/strong> with Magento-based internationalization projects has nothing to do with technical or linguistic barriers, but with technical ignorance and a lack of planning on the part of the retailer. Many people take a naive approach to setting up the shop and make wrong decisions in the initial phase. This is of course also related to the vast array of features offered by Magento: those who can do a lot can also do a lot wrong.<\/p>\n<p>Fundamental errors in the data structure can make the expansion of a shop extremely difficult or even impossible. The subsequent correction of structural errors is extremely time-consuming and in some cases the shop has to be completely rebuilt. The recommendation is therefore: pay an expert to build up a solid shop structure from day one rather than to repair the damage later. It is definitely worth planning a little bigger at the beginning. After all, even with all the money in the world it isn&#8217;t possible to turn a wooden hut into a skyscraper if the foundation is missing.<\/p>\n<h2><span id=\"fazit\" class=\"sta-anchor \" aria-hidden=\"true\"><\/span>Conclusion<\/h2>\n<p>Let&#8217;s circle back to the original question: Does Magento make a good basis for building a multilingual shop or a network of country shops? The answer is a resounding <strong>yes \u2013 but with a small &#8220;but&#8230;&#8221;<\/strong><\/p>\n<p>Yes, because offering products in a flexible manner is exactly what Magento was programmed for. <strong>Product ranges, prices, taxes, delivery and payment options<\/strong> and <strong>output language<\/strong> \u2013 all of these can be freely configured and adapted to specific countries, markets or target groups within the framework of different <em>websites<\/em> and <em>store views<\/em>. The clever <strong>level structure<\/strong> is not only reliable; it also reduces the retailer&#8217;s workload.<\/p>\n<p><strong>But<\/strong>&#8230; it&#8217;s also the reason why Magento shouldn&#8217;t be taken too lightly. Such a versatile tool requires someone who knows how to use it. Otherwise, you can end up doing more harm than good. What is the point of having a freely configurable shop if it is not configured to your requirements? Retailers who do not have any experience with Magento should seek professional help, especially when it comes to planning and installation.<\/p>\n<hr \/>\n<p><em>We would like to thank Rico Neitzel from <a href=\"https:\/\/buro71a.de\/\" target=\"_blank\" rel=\"noopener noreferrer\">B\u00fcro 71a<\/a> for taking the time to talk to us and for providing us with some interesting insights.<br \/>\n<\/em><\/p>\n<p style=\"text-align: right;\"><strong>Last edited<\/strong>: 2018-01-08, Magento-Version 2.1.5<\/p>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-3547\" style=\"display: inline; float: left; margin-right: 15px;\" src=\"\/wp-content\/uploads\/sites\/3\/2016\/06\/autor_eurotext_100.jpg\" alt=\"autor_eurotext_100\" width=\"100\" height=\"100\" \/><span style=\"color: #999;\">Author:<\/span> Eurotext Editorial Team<\/h2>\r\n<p><em>We explain how internationalization works, provide tips for your translation projects and outline some of the technology and processes used. We also report on current e-commerce developments and cover a range of language-related topics.<\/em><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The technical implementation of internationalization in e-commerce: what is the best way to go about it? In the second part of our article on the shop software Magento, we focus on the problems that can arise when working with Magento and how to avoid some of the pitfalls. We also answer the question of how [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":6363,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6379","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.9 (Yoast SEO v21.9.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How does internationalization work with Magento? \u2013 Part 2 &#187; Eurotext AG<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How does internationalization work with Magento? \u2013 Part 2\" \/>\n<meta property=\"og:description\" content=\"The technical implementation of internationalization in e-commerce: what is the best way to go about it? In the second part of our article on the shop\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Eurotext AG\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Eurotext\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-15T07:05:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-30T06:49:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2017\/12\/Magento.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Eurotext Redaktion\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Eurotext\" \/>\n<meta name=\"twitter:site\" content=\"@Eurotext\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eurotext Redaktion\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/\",\"url\":\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/\",\"name\":\"How does internationalization work with Magento? \u2013 Part 2 &#187; Eurotext AG\",\"isPartOf\":{\"@id\":\"https:\/\/eurotext.de\/en\/#website\"},\"datePublished\":\"2018-01-15T07:05:20+00:00\",\"dateModified\":\"2024-09-30T06:49:15+00:00\",\"author\":{\"@id\":\"https:\/\/eurotext.de\/en\/#\/schema\/person\/7c1a4e0677983f9643bff81f93e5b2ef\"},\"breadcrumb\":{\"@id\":\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/eurotext.de\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How does internationalization work with Magento? \u2013 Part 2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eurotext.de\/en\/#website\",\"url\":\"https:\/\/eurotext.de\/en\/\",\"name\":\"Eurotext AG\",\"description\":\"We Translate for Industry, IT and E-Commerce\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eurotext.de\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/eurotext.de\/en\/#\/schema\/person\/7c1a4e0677983f9643bff81f93e5b2ef\",\"name\":\"Eurotext Redaktion\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How does internationalization work with Magento? \u2013 Part 2 &#187; Eurotext AG","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/","og_locale":"en_US","og_type":"article","og_title":"How does internationalization work with Magento? \u2013 Part 2","og_description":"The technical implementation of internationalization in e-commerce: what is the best way to go about it? In the second part of our article on the shop","og_url":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/","og_site_name":"Eurotext AG","article_publisher":"https:\/\/www.facebook.com\/Eurotext\/","article_published_time":"2018-01-15T07:05:20+00:00","article_modified_time":"2024-09-30T06:49:15+00:00","og_image":[{"width":1920,"height":500,"url":"https:\/\/eurotext.de\/en\/wp-content\/uploads\/sites\/2\/2017\/12\/Magento.jpg","type":"image\/jpeg"}],"author":"Eurotext Redaktion","twitter_card":"summary_large_image","twitter_creator":"@Eurotext","twitter_site":"@Eurotext","twitter_misc":{"Written by":"Eurotext Redaktion","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/","url":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/","name":"How does internationalization work with Magento? \u2013 Part 2 &#187; Eurotext AG","isPartOf":{"@id":"https:\/\/eurotext.de\/en\/#website"},"datePublished":"2018-01-15T07:05:20+00:00","dateModified":"2024-09-30T06:49:15+00:00","author":{"@id":"https:\/\/eurotext.de\/en\/#\/schema\/person\/7c1a4e0677983f9643bff81f93e5b2ef"},"breadcrumb":{"@id":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eurotext.de\/en\/blog\/how-does-internationalization-work-with-magento-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/eurotext.de\/en\/"},{"@type":"ListItem","position":2,"name":"How does internationalization work with Magento? \u2013 Part 2"}]},{"@type":"WebSite","@id":"https:\/\/eurotext.de\/en\/#website","url":"https:\/\/eurotext.de\/en\/","name":"Eurotext AG","description":"We Translate for Industry, IT and E-Commerce","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eurotext.de\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/eurotext.de\/en\/#\/schema\/person\/7c1a4e0677983f9643bff81f93e5b2ef","name":"Eurotext Redaktion"}]}},"_links":{"self":[{"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/posts\/6379","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/comments?post=6379"}],"version-history":[{"count":3,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/posts\/6379\/revisions"}],"predecessor-version":[{"id":8853,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/posts\/6379\/revisions\/8853"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/media\/6363"}],"wp:attachment":[{"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/media?parent=6379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/categories?post=6379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eurotext.de\/en\/wp-json\/wp\/v2\/tags?post=6379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}