Can I change the content in another language website from admin backendThird party extension - Languageadmin dashboard - load other language by defaultHow do I change the front-end default language? 1.7.0.2Multi-Website, Multi-language switcher not workinghreflang multi language with backend URL?How to change default language to FrenchChange language and icon doesn't show in Magento 2.2How to define default language behind selected one for backendSame content (language) for multiple countries (store views)Magento 2.3.0 does not change the language

Hashing password to increase entropy

Should a narrator ever describe things based on a character's view instead of facts?

Checking @@ROWCOUNT failing

Mortal danger in mid-grade literature

Why can't I get pgrep output right to variable on bash script?

Is divisi notation needed for brass or woodwind in an orchestra?

Make a Bowl of Alphabet Soup

How do you say "Trust your struggle." in French?

Writing in a Christian voice

Do people actually use the word "kaputt" in conversation?

Weird lines in Microsoft Word

Travelling in US for more than 90 days

Are hand made posters acceptable in Academia?

How can a new country break out from a developed country without war?

Center page as a whole without centering each element individually

Why didn’t Eve recognize the little cockroach as a living organism?

Magnifying glass in hyperbolic space

What do the positive and negative (+/-) transmit and receive pins mean on Ethernet cables?

A seasonal riddle

Put the phone down / Put down the phone

Why is "la Gestapo" feminine?

Asserting that Atheism and Theism are both faith based positions

Why would five hundred and five same as one?

How to get directions in deep space?



Can I change the content in another language website from admin backend


Third party extension - Languageadmin dashboard - load other language by defaultHow do I change the front-end default language? 1.7.0.2Multi-Website, Multi-language switcher not workinghreflang multi language with backend URL?How to change default language to FrenchChange language and icon doesn't show in Magento 2.2How to define default language behind selected one for backendSame content (language) for multiple countries (store views)Magento 2.3.0 does not change the language













3















I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?










share|improve this question




























    3















    I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?










    share|improve this question


























      3












      3








      3








      I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?










      share|improve this question
















      I want to ask if there is a possibility that I can change the content in another language website using admin back-end instead of developer back-end (code)?







      magento2 admin backend language






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 21 secs ago









      ABHISHEK TRIPATHI

      1,9081726




      1,9081726










      asked 3 hours ago









      oofssup13oofssup13

      282




      282




















          1 Answer
          1






          active

          oldest

          votes


















          0














          Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views but you can't change all of them from the back-end.



          Here I am listing the things that you can have in different languages by doing some changes from the back-end.




          • CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language


          • CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.


          • Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)


          • Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.


          • Email Templates -> You can have email templates in different language based on the store_view.

          Here I am listing the things that you can't have in different language from the admin-panel.



          • The HTML elements of the front'end like button value, tabs value, default form field labels, etc.

          • Almost entire cart & checkout page.

          • Customer dashboard section.

          • Product review section & field values.

          • Those attributes which are not allowed to have different values on the basis of store_views.





          share|improve this answer






















            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266587%2fcan-i-change-the-content-in-another-language-website-from-admin-backend%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views but you can't change all of them from the back-end.



            Here I am listing the things that you can have in different languages by doing some changes from the back-end.




            • CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language


            • CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.


            • Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)


            • Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.


            • Email Templates -> You can have email templates in different language based on the store_view.

            Here I am listing the things that you can't have in different language from the admin-panel.



            • The HTML elements of the front'end like button value, tabs value, default form field labels, etc.

            • Almost entire cart & checkout page.

            • Customer dashboard section.

            • Product review section & field values.

            • Those attributes which are not allowed to have different values on the basis of store_views.





            share|improve this answer



























              0














              Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views but you can't change all of them from the back-end.



              Here I am listing the things that you can have in different languages by doing some changes from the back-end.




              • CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language


              • CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.


              • Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)


              • Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.


              • Email Templates -> You can have email templates in different language based on the store_view.

              Here I am listing the things that you can't have in different language from the admin-panel.



              • The HTML elements of the front'end like button value, tabs value, default form field labels, etc.

              • Almost entire cart & checkout page.

              • Customer dashboard section.

              • Product review section & field values.

              • Those attributes which are not allowed to have different values on the basis of store_views.





              share|improve this answer

























                0












                0








                0







                Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views but you can't change all of them from the back-end.



                Here I am listing the things that you can have in different languages by doing some changes from the back-end.




                • CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language


                • CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.


                • Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)


                • Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.


                • Email Templates -> You can have email templates in different language based on the store_view.

                Here I am listing the things that you can't have in different language from the admin-panel.



                • The HTML elements of the front'end like button value, tabs value, default form field labels, etc.

                • Almost entire cart & checkout page.

                • Customer dashboard section.

                • Product review section & field values.

                • Those attributes which are not allowed to have different values on the basis of store_views.





                share|improve this answer













                Yes you can do it from the admin panel but there are some limitations for it that is you can change most of the content from the admin on the basis of website/store_views but you can't change all of them from the back-end.



                Here I am listing the things that you can have in different languages by doing some changes from the back-end.




                • CMS page -> You can create different pages with same URL & identifier but different store_view & can use it with the different content/language


                • CMS Block -> You can have different blocks with different identifiers & different language/content & can call it to the phtml file or CMS pages on the basis of store view.


                • Product Name & other content -> You can have same product with different name, description, short description, other custom attribute label & value (if they are allowed to have different value on the basis of store view)


                • Category Name & other content -> You can have category name & other category attributes in different language on the basis of store view.


                • Email Templates -> You can have email templates in different language based on the store_view.

                Here I am listing the things that you can't have in different language from the admin-panel.



                • The HTML elements of the front'end like button value, tabs value, default form field labels, etc.

                • Almost entire cart & checkout page.

                • Customer dashboard section.

                • Product review section & field values.

                • Those attributes which are not allowed to have different values on the basis of store_views.






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 34 mins ago









                ABHISHEK TRIPATHIABHISHEK TRIPATHI

                1,9081726




                1,9081726



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266587%2fcan-i-change-the-content-in-another-language-website-from-admin-backend%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Disable / Remove link to Product Items in Cart Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How can I limit products that can be bought / added to cart?Remove item from cartHide “Add to Cart” button if specific products are already in cart“Prettifying” the custom options in cart pageCreate link in cart sidebar to view all added items After limit reachedLink products together in checkout/cartHow to Get product from cart and add it againHide action-edit on cart page if simple productRemoving Cart items - ObserverRemove wishlist items when added to cart

                    Helsingin valtaus Sisällysluettelo Taustaa | Yleistä sotatoimista | Osapuolet | Taistelut Helsingin ympäristössä | Punaisten antautumissuunnitelma | Taistelujen kulku Helsingissä | Valtauksen jälkeen | Tappiot | Muistaminen | Kirjallisuutta | Lähteet | Aiheesta muualla | NavigointivalikkoTeoksen verkkoversioTeoksen verkkoversioGoogle BooksSisällissota Helsingissä päättyi tasan 95 vuotta sittenSaksalaisten ylivoima jyräsi punaisen HelsinginSuomalaiset kuvaavat sotien jälkiä kaupungeissa – katso kuvat ja tarinat tutuilta kulmiltaHelsingin valtaus 90 vuotta sittenSaksalaiset valtasivat HelsinginHyökkäys HelsinkiinHelsingin valtaus 12.–13.4. 1918Saksalaiset käyttivät ihmiskilpiä Helsingin valtauksessa 1918Teoksen verkkoversioTeoksen verkkoversioSaksalaiset hyökkäävät Etelä-SuomeenTaistelut LeppävaarassaSotilaat ja taistelutLeppävaara 1918 huhtikuussa. KapinatarinaHelsingin taistelut 1918Saksalaisten voitonparaati HelsingissäHelsingin valtausta juhlittiinSaksalaisten Helsinki vuonna 1918Helsingin taistelussa kaatuneet valkokaartilaisetHelsinkiin haudatut taisteluissa kaatuneet punaiset12.4.1918 Helsingin valtauksessa saksalaiset apujoukot vapauttavat kaupunginVapaussodan muistomerkkejä Helsingissä ja pääkaupunkiseudullaCrescendo / Vuoden 1918 Kansalaissodan uhrien muistomerkkim

                    Adjektiivitarina Tarinan tekeminen | Esimerkki: ennen | Esimerkki: jälkeen | Navigointivalikko