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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:06:19+00:00 2026-05-27T15:06:19+00:00

I am working on a project and there are going to be 3 different

  • 0

I am working on a project and there are going to be 3 different languages: English, French and Spanish. This will be defined when the user signs up.

Now in my config file I have the following:

define("DEFAULT_SLOGAN", "The default slogan will go here.");

Until I started realizing that I needed to accept different languages.

The user has an assigned language code (EN, FR, SP). How would I go about having different language strings for each page? Would I need to have something like this:

define("DEFAULT_SLOGAN_EN", "Slogan in english");
define("DEFAULT_SLOGAN_FR", "Slogan in french");
define("DEFAULT_SLOGAN_SP", "Slogan in spanish");

And for each string just have 3 different versions of it? Not too sure the best way to approach this.

Thanks!

  • 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-27T15:06:20+00:00Added an answer on May 27, 2026 at 3:06 pm

    A better approach would be to create

    • locale_definitions_EN.php containing

      define(“DEFAULT_SLOGAN”, “The english default slogan will go here.”);

    • local_definitions_FR.php containing

      define(“DEFAULT_SLOGAN”, “The french default slogan will go here.”);

    etc. and then do something like

    include "locale_definitions_$userLocale.php";
    

    This has the advantage, that you don’t need the memory to hold the unused other language constants.

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

Sidebar

Related Questions

I am working on a new project. Is there any benefit with going with
I am working in a project where there are configuration files, one in number
I'm working on a project where there is a lot of external service messaging.
I'm working on a project where there is data visualization. My ultimate goal is
I am working on a project currently where there are SQL strings in the
I'm working on a C++ project in which there are a lot of classes
I am working on a JAVA project in which there are multiple terminals. These
Are there any free tools to help simplify working with an NHibernate project in
In a project that I'm working, there's a table with a on update trigger,
In a project I'm working on, there is a table of units and then

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.