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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:03:27+00:00 2026-05-13T08:03:27+00:00

I am building a CMS that will support 7 different languages/cultures. For images that

  • 0

I am building a CMS that will support 7 different languages/cultures. For images that cannot be changed through the CMS I think I am going to use different resource files. As for the content I was thinking of separate databases. If the user needs to change the current culure I have a drop down that stores the chosen culture in a cookie then I read the cookie and set the culture in the Application_BeginRequest of the global.asax. How can I go about using different connection strings for the different cultures? Will the resource file handle this too? Is it even a good idea to have multiple databases? This is all a first for me and am looking for any pointers anyone may have. Thanks!

Edit: The different languages/cultures will be managed by different users in the CMS so the content may be different for a given page not just a translation.

  • 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-13T08:03:27+00:00Added an answer on May 13, 2026 at 8:03 am

    Based on what you said, it sounds like the content in the database doesn’t actually need to be translated to different languages so you probably don’t need separate databases to handle that.

    If there is shared database content, you can use a translation table, similar to what @Xabatcha mentioned, though I would suggest a simpler table structure. Something like…

    CREATE TABLE TranslatedText
    (
        TextID INT,
        LanguageID INT,
        Text NVARCHAR(8000)
    )
    
    CREATE TABLE Product
    (
        ProductID INT,
        NameTextID INT,
        DescriptionTextID INT,
        Cost MONEY,
        Weight DECIMAL
    )
    

    Any table that required translated text could just reference the TextID. The key would actually need to be a composite of TextID and LanguageID. If you are using SqlServer, you might want to create a database function to get the translated text to make it so you don’t have to do a join for every sql statement where you need to get the value.

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

Sidebar

Related Questions

I'm going through the exercise of building a CMS that will organize a lot
I'm building a application that supports different domains. A small CMS that supports different
To clarify, here's the situation: I'm building a really simple CMS that will become
I'm building an app that will grab a content from some CMS, and save
I'm building a CMS for a scientific journal and that uses a lot of
I have implemented Refinery CMS into a website that I am building. I an
I am using wordpress as my cms and building a website. I use Graphene
I am working on building my first search-engine friendly CMS. I know that perhaps
I have a portfolio that works fine but I'm currently building a CMS for
I am working on building a search-engine friendly CMS. I know that perhaps one

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.