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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:54:04+00:00 2026-06-03T00:54:04+00:00

I have in my project rails 3.2 two languages. I18n.default_locale = :en LANGUAGES =

  • 0

I have in my project rails 3.2 two languages.

I18n.default_locale = :en
LANGUAGES = [
['English',
'en'],
["Español".html_safe, 'es']
]

The registered users can create new posts in these languages.

My question is:

In my post action index, if user in these moment the language is for example :en. How can I filter and show only posts that are in the English language or if user in these moment the language is for example :es. How can I filter and show only posts that are in the Spanish language?

Thank you very much!

  • 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-03T00:54:05+00:00Added an answer on June 3, 2026 at 12:54 am

    I think the best way to achieve that is to add a “language” column in your Posts table and to set this attribute when the post is created by testing i18n.locale. Then you filter posts with a simple query like:

     Post.where("language = ?", "spanish"). 
    

    The best thing to do would be to let the user choose the language when creating a new post with a select field for instance, and setting the default according to the current locale.

    Because, an English user should be able to write Spanish posts if he wants to, shouldn’t he?

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

Sidebar

Related Questions

I have a rails project which is in two languages English and French. I
In a rails project I have two entities, Users and Institutions, they have a
I have a legacy project using Rails 2.3.5 but I can't find with which
I have two entities, projects and users. These are modeled in Rails using Mongoid
I have two models (and tables) in my Rails project. Each model has an
I'm joined a rails project which have been going for past two months. I
I'm using sunpost gem for search in my rails project. I have now two
In my project rails have a CRUD for Users, when i am in the
I am developing a project with rails 3.1.3 and kaminari 0.13.0. I have two
In my project, I have two type of users: job seekers and hiring managers.

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.