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 8781235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:14:51+00:00 2026-06-13T20:14:51+00:00

I have a scenario where i must specify the language in my query every

  • 0

I have a scenario where i must specify the language in my query every time I execute objects.filter from model. For translation purposes, whereby I must send the request.LANGUAGE_CODE as mandatory field.

In my model.py

class ModelA(models.Model):
  field_a   = models.CharField(max_length=1, choices=_statuses, default=_default_status)
  field_b   = models.ForeignKey(ModelLookup, )
  language  = None

  def i18n(self):
        return self.model.modellookupi18n_set.values_list('make_display', 'model_display', 'trim_display').get(language=self.language)

Is there a way for me to specify language value when I run ModelA.objects.filter() for example, if possible for me to pass it as a chained parameter otherwise class fails to run.

  • 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-13T20:14:53+00:00Added an answer on June 13, 2026 at 8:14 pm

    You can get active language from django.utils.translations through get_language() method:

    from django.utils.translations import get_language
    currentLanguage = get_language()
    

    This is the right way to work with languages.

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

Sidebar

Related Questions

I have the scenario where the data from a single table must be in
I have a scenario whereby with every page request I must check the session
I have the following scenario. I must run a query and then save it
I have this scenario well, i'll let the model explain. public class ScheduleMonthlyPerDayModel {
BACKGROUND I have a scenario where I must repeatedly find certain words in text,
Scenario: I have a project containgin two C# projects, which for historical reasons must
I have a scenario where i am calling a Controller method from the view,that
I have this scenario, which I think must be pretty common: class Parameter {
Scenario: I have an applet that must use a .dll. That .dll MUST live
I have scenario where I need to host a web service (WCF) on Azure

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.