Skip to main content

Blogger Language Confusions

The Blogger help community, recently had an issue where there was a great confusion on Blogger Platform language and Blogger Blog language. So I decided to go ahead and write in detail about it.

There are two important terms here to begin with,
  1. Blogger Platform
  2. Blogger Blog
Blogger Platform is what you see when you go to Blogger platform. The operating system that helps you write and manage your blogs on Blogger. 

That is what I see when I go to my Blogger Platform,


Blogger Blog is what you see when you go to the URL of the blog you created and is managing at Blogger Platform.

My Blogger Blog URL is https://howtoblog.krishnainfotron.com which will show me my blog as below,

That said, let's discuss about the language confusions.

Blogger Platform language is the language you would see when you go to https://blogger.com. This language earlier was preferable specifically for blogger. (i.e) You can have a separate language chosen for Blogger platform irrespective of other Google products.

With the release of the previous user interface, blogger removed this Blogger specific language preference and aligned it with Google language preference. Therefore this setting is now available directly at Google accounts and not accessible anywhere through Blogger New user interface.

You can go to Google accounts and find this setting,
  1. Go to https://accounts.google.com
  2. Under "Privacy & personalisation", click on "Manage your data & personalisation"
  3. Scroll down to "General preferences for the web" and click on Language.
  4. Or save yourself from all the trouble and click on this link which takes you directly -> https://www.blogger.com/go/language
It takes you to a settings page(as shown below) where you can choose a language which will become the default language for all products including blogger. 


Are you done saving your language? Please refresh your page at blogger.com to see your language preference enabled.


Blogger Blog language
is the language that you see in your blog when you go to your blog URL. This setting is blog specific. (i.e) You can have different blogs in different languages.

The setting for this can be found at,
Settings > Basic > Blog language
You can see the following screen,

You can choose a different language here which will affect your blog as shown below,
That's the difference between a platform language and blog language. Users had the confusion between platform language setting and blog language setting which should be clear by now.

Update:

Changing Blogger Platform language temporarily.

We can also change the language of Blogger platform by using the language parameters while visiting blogger.com.

As per one of the fellow product expert Arkadiusz's advice, you can use the workaround mentioned in his comment which I am detailing as well,

Consider you want to change the Blogger Platform's language only for a while. In that case you can simply add the language's parameter along with blogger.com. For instance consider you want to change your language to Tamil(which is my mother tongue). I'd go to the following URL,
https://www.blogger.com/?hl=ta
Then I'd see a screen like below,
Similarly you can change to whatever language you want to change to. I managed to find a Google site written by someone with Google Language Codes for each language. Please read through here -> Google Web Interface and Search Language Codes. I think that should help you with finding your language code.

Feel free to comment on the article for any clarifications.

Comments

  1. You can also change Blogger dashboard language without modifying your account settings. Just add hl parameter with two-letter country code. For instance Polish language: https://www.blogger.com/?hl=pl - it can be helpful if we need such a change only for a while.

    ReplyDelete
    Replies
    1. Great Arkadiusz. Will update the article with these steps as well. Thank you.

      Delete

Post a Comment

People also read,

How to secure your Google account and Blogger blog?

As a part of contributions to NCSAM, I am writing this article down on what all should we be aware of with respect to Google's security aspect and how to make sure your blog stays yours forever. What is NCSAM? It's National Cyber Security Awareness Month which is observed during the month of October every year in America. However, we all know cyber security is a world topic and is not limited to just the USA. So let me give some tips with respect to keeping the Google account safe and Blogger blogs safe from hackers. As I secure my account, I hope you people catch up too. In this blog post, I am going to tell about the following, Securing your Google account. Securing your Blogger blog. Securing your Google account Since Blogger is also part of your Google account, let's first see what all we need to do to keep our Google account safe. Don't share your password to anyone. Keep changing your password every 60 - 90 days. Make sure your password is str

Blogger Tweak - Open external links in new tab automatically

So, once upon a time, a really long while ago, I tried to customise and recreate a Blogger template which is not available anymore, but there's one thing I remember about it. I had a jQuery code written to make all the external links open in new tab. I also thought, it's about time I revive that idea and write a more intact code and here we go.  So, there are two things to do.  Add Javascript code that detects external links and opens them in new tab. Add a CSS code to let users know that a particular link is going to be opened in new tab. Adding a javascript code Please follow the instructions below, Go to https://blogger.com  dashboard Navigate to Themes > click the down arrow near "Customize" and then click on Edit HTML. Now scroll to the very end and paste the following code just before </body> tag. <script type='text/javascript'> document.body.addEventListener(&quot;mousedown&quot;,function(event){       if(event.target.tagNa

Blogger HTTPS for custom domain and Cloudflare

In BHF, there was a recent issue related to cloudflare where the browser screams the site is a phishing site. So I thought of writing up how does a service like cloudflare affect your blogger blog. What is Cloudflare? Well we have that written all over Wikipedia: Cloudflare . Let's go on with why Blogger users look for Cloudflare. Anciently Blogger users used Cloudflare for one simple reason. HTTPS for custom domains. So what happens when you introduce Cloudflare into your domain? DNS Redirect. Your custom domain will be configured with the proxy info provided by Cloudflare and when the request is hit, DNS redirect happens. DNS redirect is bad for the site's health. A number of reasons, but the most important is that some browsers, when it detects a DNS redirection, it thinks that it is a phishing site. What is a DNS redirect? I am trying to explain this in easy terms. I'll try not to be too technical. When a custom domain URL is hit, usually the domain reques