Disable Chrome's page translation on the commandline











up vote
3
down vote

favorite












I build a dual monitor dashboard with Google Chrome (V. 60.0.3112.78) under CentOS 7. Everything is working with the exception that I am not able to disable Chrome's translation feature via the command line.



I already start Chrome with --disable-translate but Chrome asks still if it should translate the page or not.










share|improve this question






















  • There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
    – Jimmy_A
    Aug 4 '17 at 8:27










  • --disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
    – Oliver F.
    Aug 6 '17 at 8:18















up vote
3
down vote

favorite












I build a dual monitor dashboard with Google Chrome (V. 60.0.3112.78) under CentOS 7. Everything is working with the exception that I am not able to disable Chrome's translation feature via the command line.



I already start Chrome with --disable-translate but Chrome asks still if it should translate the page or not.










share|improve this question






















  • There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
    – Jimmy_A
    Aug 4 '17 at 8:27










  • --disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
    – Oliver F.
    Aug 6 '17 at 8:18













up vote
3
down vote

favorite









up vote
3
down vote

favorite











I build a dual monitor dashboard with Google Chrome (V. 60.0.3112.78) under CentOS 7. Everything is working with the exception that I am not able to disable Chrome's translation feature via the command line.



I already start Chrome with --disable-translate but Chrome asks still if it should translate the page or not.










share|improve this question













I build a dual monitor dashboard with Google Chrome (V. 60.0.3112.78) under CentOS 7. Everything is working with the exception that I am not able to disable Chrome's translation feature via the command line.



I already start Chrome with --disable-translate but Chrome asks still if it should translate the page or not.







google-chrome kiosk dashboard google-translate






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Aug 4 '17 at 7:17









Oliver F.

15617




15617












  • There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
    – Jimmy_A
    Aug 4 '17 at 8:27










  • --disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
    – Oliver F.
    Aug 6 '17 at 8:18


















  • There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
    – Jimmy_A
    Aug 4 '17 at 8:27










  • --disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
    – Oliver F.
    Aug 6 '17 at 8:18
















There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
– Jimmy_A
Aug 4 '17 at 8:27




There are 2 ways to do that (that I know of). The first one is through --disable-translate that you already tried and the second one is through the browser settings (Languages ....). Now why 1st one fails? if there's already another instance of Chrome running, running it from the command-line will ignore the switches passed in the command, so you won't be able to pass the --disable-translate switch. You'll need to close all instances first.
– Jimmy_A
Aug 4 '17 at 8:27












--disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
– Oliver F.
Aug 6 '17 at 8:18




--disable-translate seems to be ignored on this computer by Chrome. Unfortunately I can't use the browser settings as there are multiple instances of Chrome are running, each with a temporary directory as home directory.
– Oliver F.
Aug 6 '17 at 8:18










3 Answers
3






active

oldest

votes

















up vote
4
down vote



accepted










After searching for a while I found out, that the --disable-translate flagt has been removed from Chrome.



The proposal to remove this flag is available online at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/nOgks4a7_uI.






share|improve this answer




























    up vote
    4
    down vote













    If you have control over the web content being displayed (it seems you do), you can place this meta tag in the <head> section:



    <meta name="google" content="notranslate">



    That will stop Chrome poping up the translation dialog.



    Still if it's not your web page, you can install the ModHeader extension to modify the response headers yourself:
    https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj



    See also:




    • https://stackoverflow.com/questions/7228972/disable-chrome-translation-bar-on-my-website






    share|improve this answer























    • This is correct, unfortunately I don't have access to the source files.
      – Oliver F.
      Jul 20 at 8:11


















    up vote
    1
    down vote













    As of chromium version 60.0.3112.89, --disable-translate doesn't work anymore.



    The workaround, if you have access, is to remove the lang from html tag or set it to "en".






    share|improve this answer





















    • Why the hell did they remove it?!!
      – David D.
      Apr 28 at 13:40











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2fsuperuser.com%2fquestions%2f1237561%2fdisable-chromes-page-translation-on-the-commandline%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    4
    down vote



    accepted










    After searching for a while I found out, that the --disable-translate flagt has been removed from Chrome.



    The proposal to remove this flag is available online at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/nOgks4a7_uI.






    share|improve this answer

























      up vote
      4
      down vote



      accepted










      After searching for a while I found out, that the --disable-translate flagt has been removed from Chrome.



      The proposal to remove this flag is available online at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/nOgks4a7_uI.






      share|improve this answer























        up vote
        4
        down vote



        accepted







        up vote
        4
        down vote



        accepted






        After searching for a while I found out, that the --disable-translate flagt has been removed from Chrome.



        The proposal to remove this flag is available online at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/nOgks4a7_uI.






        share|improve this answer












        After searching for a while I found out, that the --disable-translate flagt has been removed from Chrome.



        The proposal to remove this flag is available online at https://groups.google.com/a/chromium.org/forum/#!topic/chromium-reviews/nOgks4a7_uI.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 12 at 16:01









        Oliver F.

        15617




        15617
























            up vote
            4
            down vote













            If you have control over the web content being displayed (it seems you do), you can place this meta tag in the <head> section:



            <meta name="google" content="notranslate">



            That will stop Chrome poping up the translation dialog.



            Still if it's not your web page, you can install the ModHeader extension to modify the response headers yourself:
            https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj



            See also:




            • https://stackoverflow.com/questions/7228972/disable-chrome-translation-bar-on-my-website






            share|improve this answer























            • This is correct, unfortunately I don't have access to the source files.
              – Oliver F.
              Jul 20 at 8:11















            up vote
            4
            down vote













            If you have control over the web content being displayed (it seems you do), you can place this meta tag in the <head> section:



            <meta name="google" content="notranslate">



            That will stop Chrome poping up the translation dialog.



            Still if it's not your web page, you can install the ModHeader extension to modify the response headers yourself:
            https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj



            See also:




            • https://stackoverflow.com/questions/7228972/disable-chrome-translation-bar-on-my-website






            share|improve this answer























            • This is correct, unfortunately I don't have access to the source files.
              – Oliver F.
              Jul 20 at 8:11













            up vote
            4
            down vote










            up vote
            4
            down vote









            If you have control over the web content being displayed (it seems you do), you can place this meta tag in the <head> section:



            <meta name="google" content="notranslate">



            That will stop Chrome poping up the translation dialog.



            Still if it's not your web page, you can install the ModHeader extension to modify the response headers yourself:
            https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj



            See also:




            • https://stackoverflow.com/questions/7228972/disable-chrome-translation-bar-on-my-website






            share|improve this answer














            If you have control over the web content being displayed (it seems you do), you can place this meta tag in the <head> section:



            <meta name="google" content="notranslate">



            That will stop Chrome poping up the translation dialog.



            Still if it's not your web page, you can install the ModHeader extension to modify the response headers yourself:
            https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj



            See also:




            • https://stackoverflow.com/questions/7228972/disable-chrome-translation-bar-on-my-website







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 25 at 14:23

























            answered Jul 11 at 7:39









            Xtreme Biker

            1415




            1415












            • This is correct, unfortunately I don't have access to the source files.
              – Oliver F.
              Jul 20 at 8:11


















            • This is correct, unfortunately I don't have access to the source files.
              – Oliver F.
              Jul 20 at 8:11
















            This is correct, unfortunately I don't have access to the source files.
            – Oliver F.
            Jul 20 at 8:11




            This is correct, unfortunately I don't have access to the source files.
            – Oliver F.
            Jul 20 at 8:11










            up vote
            1
            down vote













            As of chromium version 60.0.3112.89, --disable-translate doesn't work anymore.



            The workaround, if you have access, is to remove the lang from html tag or set it to "en".






            share|improve this answer





















            • Why the hell did they remove it?!!
              – David D.
              Apr 28 at 13:40















            up vote
            1
            down vote













            As of chromium version 60.0.3112.89, --disable-translate doesn't work anymore.



            The workaround, if you have access, is to remove the lang from html tag or set it to "en".






            share|improve this answer





















            • Why the hell did they remove it?!!
              – David D.
              Apr 28 at 13:40













            up vote
            1
            down vote










            up vote
            1
            down vote









            As of chromium version 60.0.3112.89, --disable-translate doesn't work anymore.



            The workaround, if you have access, is to remove the lang from html tag or set it to "en".






            share|improve this answer












            As of chromium version 60.0.3112.89, --disable-translate doesn't work anymore.



            The workaround, if you have access, is to remove the lang from html tag or set it to "en".







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 30 at 9:28









            Miguel Pynto

            212




            212












            • Why the hell did they remove it?!!
              – David D.
              Apr 28 at 13:40


















            • Why the hell did they remove it?!!
              – David D.
              Apr 28 at 13:40
















            Why the hell did they remove it?!!
            – David D.
            Apr 28 at 13:40




            Why the hell did they remove it?!!
            – David D.
            Apr 28 at 13:40


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2fsuperuser.com%2fquestions%2f1237561%2fdisable-chromes-page-translation-on-the-commandline%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...