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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:20:42+00:00 2026-05-26T12:20:42+00:00

I have one table of items, let’s call it ITEMS. Now I need to

  • 0

I have one table of items, let’s call it ITEMS. Now I need to store the name of each item in multiple languages. I am looking for most efficient way to do this. So far I have these possible solutions below, but I really would like to pick one for some specific reason.

For question sake, lets keep things simple, structure of ITEMS table:

id INT PRIMARY KEY
name VARCHAR(20)

Now first easiest solution would probably be adding columns for each language in ITEMS table, e.g. name_english, name_german, name_spanish, etc… But this would probably involve a lot of work in PHP when adding new languages.

Second solution – I would create table LANGS:

id INT PRIMARY KEY,
language VARCHAR(10)

and table ITEMS_LANGS:

id_items INT
id_langs INT
translated_name VARCHAR(20)

so each time I would have to join the tables ITEMS and ITEMS_LANGS, but it would be much more easier to add new languages.

Which solution should I choose, or do you have better solution ? Thanks in advance, hope I have explained my problem in enough detail.

  • 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-05-26T12:20:42+00:00Added an answer on May 26, 2026 at 12:20 pm

    The second option is better if:

    • you’ll need to add new languages
    • you’ll need to support multi-language in other fields of your database (in this case id_items has no sense, you need a global entities id).

    I’ll change ITEMS_LANGS by TEXTS (more generic):

    id_text INT
    id_entity INT
    id_langs INT
    translated_name VARCHAR(20)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables, one called cart and one called items. Now I want
I have one table TABLE_SUBJECT which contain a number of subjects. I need to
i have one table TABLE_SUBJECT And i pass subject name to DBHelper.java. Then i
Let's say I need to have the ratio of "number of items available from
I have a table that looks like this one : +------+------+------------------+ | item |
I need a table that stores items and tracks when an item is... queued
Let's assume we have MySQL table events from which we'll select a data. Now
I have one table that saves comments for a varied set of content types.
I have one table orders with a foreing key ProductID. I want to show
I have one table having ID and other attributes. How can I get list

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.