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 building a CMS in PHP and one dread I have is that the
We're building a CMS. The site will be built and managed by the users
I'm building a CMS in ASP.NET MVC and want to allow users to pick
I am building a CMS and the naming convention for classes has been debated
I'm looking at building basic CMS functionality into our web product and am researching
I am building a fairly simple CMS. I need to intercept requests for the
Building the same project (without any changes) produces binary different exe-files: some small regions
Building on How Do You Express Binary Literals in Python , I was thinking
Building a client-side swing application what should be notified on a bus (application-wide message
Building on what has been written in SO question Best Singleton Implementation In Java

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.