window.addEventListener('error', function(e) { var msg = e.message || ''; if (msg.indexOf('Failed to fetch dynamically imported module') > -1 || msg.indexOf('Importing a module script failed') > -1) { console.warn('New deployment detected, reloading page...'); window.location.reload(); } }, true);    -          /* Montserrat Variable Font (Weights 100-900) */ @font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype'); } @font-face { font-family: 'Montserrat'; font-style: italic; font-weight: 100 900; font-display: swap; src: url('/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype'); } /* Open Sans Variable Font (Weights 300-800) */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300 800; font-display: swap; src: url('/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'); } @font-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300 800; font-display: swap; src: url('/fonts/Open_Sans/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype'); }  How to enable and use Adobe Commerce Inline Translation (Video)                                /* If Javascript is enabled but the js_disabled cookie or ?js=0 query parameter is active, restore SPA mode */ var hasJsCookie = document.cookie.indexOf('js_disabled=1') !== -1; var hasJsParam = window.location.search.indexOf('js=0') !== -1; if (hasJsCookie || hasJsParam) { if (hasJsCookie) { const host = window.location.hostname; const wildDomain = '.' + host.replace(/^www\./, ''); document.cookie = 'js_disabled=; expires=Thu, 01 Jan 1970 00:00:00 UTC; Max-Age=0; path=/;'; document.cookie = 'js_disabled=; expires=Thu, 01 Jan 1970 00:00:00 UTC; Max-Age=0; path=/; domain=' + host + ';'; document.cookie = 'js_disabled=; expires=Thu, 01 Jan 1970 00:00:00 UTC; Max-Age=0; path=/; domain=' + wildDomain + ';'; } if (hasJsParam) { var cleanUrl = window.location.protocol + '//' + window.location.host + window.location.pathname + window.location.search.replace(/[?&]js=0&?/g, '').replace(/\?$/, ''); window.location.replace(cleanUrl); } else { window.location.reload(); } }   /* Prevent FOUC for navigation submenus before CSS is loaded */ .navigation ul.submenu { display: none; } /* Prevent FOUC for header and footer before main CSS is loaded */ .page-header, .page-footer { opacity: 0; } /* Prevent FOUC for hidden elements before CSS is loaded */ .is-hidden { display: none !important; } /* Noscript notice banner */ .noscript-warning-banner { background: linear-gradient(135deg, #1e1e24 0%, #121216 100%); color: #ffffff; padding: 16px 24px; border-bottom: 3px solid #ff9800; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; font-size: 14px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); position: relative; z-index: 99999; display: flex; justify-content: center; align-items: center; } .noscript-content { display: flex; align-items: center; gap: 16px; max-width: 1200px; width: 100%; } .noscript-icon { font-size: 24px; line-height: 1; } .noscript-text { flex: 1; } .noscript-text strong { display: block; font-size: 16px; margin-bottom: 4px; color: #ff9800; font-weight: 600; letter-spacing: 0.5px; } .noscript-text p { margin: 0; color: #d1d1e0; line-height: 1.4; }

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://www.sashas.org/#organization",
      "name": "Extensions Website",
      "url": "https://www.sashas.org/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://www.sashas.org/logo.png",
        "width": 600,
        "height": 60
      },
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "New York",
        "addressRegion": "NY",
        "addressCountry": "US"
      }
    },
    {
      "@type": "WebSite",
      "@id": "https://www.sashas.org/#website",
      "url": "https://www.sashas.org/",
      "name": "Extensions Website",
      "publisher": {
        "@id": "https://www.sashas.org/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.sashas.org/search?q={search_term_string}",
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "WebPage",
      "@id": "https://www.sashas.org/blog/enable-use-magento-inline-translation-video.html/#webpage",
      "url": "https://www.sashas.org/blog/enable-use-magento-inline-translation-video.html",
      "name": "How to enable and use Adobe Commerce Inline Translation (Video)",
      "isPartOf": {
        "@id": "https://www.sashas.org/#website"
      },
      "about": {
        "@id": "https://www.sashas.org/#organization"
      }
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://www.sashas.org/blog/enable-use-magento-inline-translation-video.html/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://www.sashas.org/"
        }
      ]
    },
    {
      "@type": [
        "BlogPosting",
        "FAQPage"
      ],
      "@id": "https://www.sashas.org/blog/enable-use-magento-inline-translation-video.html/#article",
      "headline": "How to enable and use Adobe Commerce Inline Translation (Video)",
      "description": "Learn how to resolve issues and optimize your How to enable and use Adobe Commerce Inline Translation (Video) setup with our step-by-step technical guide.",
      "datePublished": "2015-03-10T00:28:19.000Z",
      "dateModified": "2015-03-10T00:28:19.000Z",
      "author": {
        "@type": "Person",
        "name": "Sasha Shkolnik",
        "url": "https://www.sashas.org/about-us"
      },
      "publisher": {
        "@id": "https://www.sashas.org/#organization"
      },
      "mainEntity": [
        {
          "@type": "Question",
          "name": "What is the key takeaway of How to enable and use Adobe Commerce Inline Translation (Video)?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "This article explains the best practices, optimizations, and technical details regarding How to enable and use Adobe Commerce Inline Translation (Video)."
          }
        }
      ]
    }
  ]
}

     ⚠️  JavaScript Required To view this page correctly and access all features of S Group, please enable JavaScript in your browser settings.

         Toggle Nav  [![The S Group Ecommerce Development](https://www.sashas.org/images/logo-gray.svg)](https://www.sashas.org/)     [Experience](https://www.sashas.org/customer-experience.html)   [Catalog Enhancements](https://www.sashas.org/customer-experience/catalog-enhancements.html)
 -  [Cart / Checkout](https://www.sashas.org/customer-experience/cart-checkout.html)
 -  [Customers](https://www.sashas.org/customer-experience/customers.html)
 -  [Shipping](https://www.sashas.org/customer-experience/shipping.html)
 -  [Payments](https://www.sashas.org/customer-experience/payments.html)

  -  [Management](https://www.sashas.org/site-management.html)   [Sales / Fulfillment](https://www.sashas.org/site-management/sales-fulfillment.html)
 -  [Catalog](https://www.sashas.org/site-management/catalog.html)
 -  [Customer Support](https://www.sashas.org/site-management/customer-support.html)
 -  [Marketing / Promotions](https://www.sashas.org/site-management/marketing-promotions.html)
 -  [Content](https://www.sashas.org/site-management/content-management.html)
 -  [Reporting & Analytics](https://www.sashas.org/site-management/reporting-analytics.html)

  -  [Optimization](https://www.sashas.org/optimization.html)   [Performance](https://www.sashas.org/optimization/performance.html)
 -  [Monitoring](https://www.sashas.org/optimization/monitoring.html)
 -  [Troubleshooting / Debugging](https://www.sashas.org/optimization/troubleshooting-debugging.html)

  -  [Blog](https://www.sashas.org/blog)
 -  [About Us](https://www.sashas.org/about-us.html)
              - [My Account](https://www.sashas.org/customer/account/)
 - [Sign Out](https://www.sashas.org/#)
 - [Sign In](https://www.sashas.org/customer/login/)

           0    You have no items in your shopping cart.

      -                      [Home](https://www.sashas.org/)
 - /
 - [Blog](https://www.sashas.org/blog/)
 - /
 - [Adobe Commerce](https://www.sashas.org/blog/?category=adobe%20commerce)
 - /
 - How to enable and use Adobe Commerce Inline Translation (Video)

   # How to enable and use Adobe Commerce Inline Translation (Video)

 ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.0.png)

 Its  useful article  which explains how to use magento inline translation function

 ## What is Adobe Commerce Inline Translation?

 Adobe Commerce have few built in ways to translate text. Te first one its translation of files at the app/locale/ folder. The second one is inline translation it set at the store front and keep values in database instead of files. The magento inline translation saved at the core_translation table. The table contain fields: key_id - id of entry string - Here is string to translate store_id - ID of store view where it will translate from translate - Result of translation locale - Locale code of translation. For Example: en_US, en_CA, ru_RU. You can find it at the app/locale/ folder.

 ## What Text will be translated in Adobe Commerce?

 Adobe Commerce inline translation and file translation translate all values which shown in a template using following php code: __('some text') ?> All default text values in Adobe Commerce by default shown using this php function.  The most of good quality templates use translation function of Adobe Commerce too. You should be careful if you had to make changes in your template files and check again that you use function above to display text.

 ## How to enable Adobe Commerce Inline translation?

 Instead of change values at database table for magento inline translation - you can use default magento  GUI  interface for translation. To enable this feature you need login to the admin panel, then open System->Configuration->Developer tab. The next step will be selection of magento scope of configuration. It can be done by selecting store view at the left top dropdown.   ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.1.png)

 Once correct store scope selected you need to open Translate Inline Group, uncheck "Use Website" and switch it to "Yes" and Save Config.

 ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.2.png)Also you can set it view only for your IP at the "Developer Client Restrictions" group.

 ## How it will be visible at front end of website?

 Once you will enable Adobe Commerce inline translation at admin it become visible at the store front. There you can change current values and change it translation for different store view. ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.3.png)

 Once you click at the "book" sign at the orange rectangle will be shown popup window where you can type new Inline translation for the clicked  value. The popup window with magento inline translation will look like this:

 ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.4.png)The inline translation window itself will look like:

 ![How to enable and use Adobe Commerce Inline Translation (Video) - Adobe Commerce Technical Guide Guide](https://www.sashas.org/images/blog/img-enable-use-magento-inline-translation-video.html-i.5.png)

   Text Get the Adobe Commerce Call for Price Extension today to manage translation scopes seamlessly!   Background Color #ff5501   ## Is There a Video Example?

 Yes you can view the video example of Adobe Commerce inline translation usage. At the video it used with our [Call For Price Adobe Commerce extension](https://www.sashas.org/call-for-price.html).

   ID G_T5Bh7pSdA

       - [Contac Us](https://www.sashas.org/contact/)
 - [Privacy Policy](https://www.sashas.org/privacy-and-refund-policy.html)
 - [Refund Policy](https://www.sashas.org/refund-policy.html)

  © The S Group. All Rights Reserved.