Archived topic
Disable Post-Title Translation
9 replies · Started by Suraj on September 21, 2020
How to disable post title translation in google chrom?
Hi there,
Not sure if I fully understand.
There is no post title translation built-in.
Can you explain a bit more?
In google chrom browser When anyone open your website another country then changed the fully article country base language. I do not want change article language and title.
Are you using any translation plugin?
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
no I am not using any plugin. But when I use Product name in title then google translater change the product name from title. what can I do? Can use any css code?
Hi,
no I am not using any plugin. But when I use Product name in title then google translater change the product name from title. what can I do? Can use any css code?
By default, WordPress or GeneratePress does not include auto-translate features.
But browsers like Google Chrome may have this auto-translate feature. Check this:
https://support.google.com/chrome/answer/173424?co=GENIE.Platform%3DAndroid&hl=en
Perhaps you've checked Always translate this language one time.
Also, you may want to check for Google Chrome translator extensions.
Suppose my product name is 'black tea' and I use it in the title. Then google chrome browser translater changed the name country base language. How can I save my product name from the translater. have any HTML script for use in a blog post?
Hi there,
it seems you can add a class="notranslate" to an element that you want Google to ignore in translation:
https://stackoverflow.com/a/9629628
Applying that will depend on what post type you're trying to use it on. Is this a Post or a Woo Product ?
Thank u..
You're welcome