Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9004395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:53:10+00:00 2026-06-16T00:53:10+00:00

I want to print something on the basis of the current language code. For

  • 0

I want to print something on the basis of the current language code. For that I did something like this:

{% if request.LANGUAGE_CODE == en %}
    <h1>English</h1>
{% endif %}

But this if condition does not compare the current language code. But if I print this {{request.LANGUAGE_CODE}} on the same page then it will print en as language code, but my if condition is not working and I don’t know why ??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:53:11+00:00Added an answer on June 16, 2026 at 12:53 am

    LANGUAGE_CODE is a string, so you just need to enquote your comparison value like this:

    {% if request.LANGUAGE_CODE == 'en' %}
        <h1>English</h1>
    {% endif %}
    

    check also the ifequal tag

    {% ifequal request.LANGUAGE_CODE 'en' %}
        ...
    {% endifequal %}
    

    a bit more: the if and ifequal on strings are case sensitive, so you may want to be sure you’re matching the correct case (maybe applying the |lower filter to both arguments)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to print something like this (a 7-day calendar) but with the ability
I want to do something like this... def helloWorld(): print Hello world! str.helloWorld =
I want to do something simple in assembly language. addition two numbers, and print
I want to point a subdomain such as: example.domain.com to a URL like: domain.com/something/this.php
Let's say I want to do something like this void my_printf(char *fmt,...) { char
I want to do something like this.. I have a update form in PHP,
I want to print something while my button is pressed (not after it is
I am developing WTL GUI application. I want to print something on console. How
It seems to me that commonly you may want a Python program to print
I've created a basic menu class that looks like this: class Menu: def __init__(self,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.