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 project that is going on for several months now.
I am working on one project where there is a functionality need to implement
So I'm working on a project where there are tasks that make up a
So I'm working on a project where there are tasks that make up a
I'm working on problem 9 in Project Euler: There exists exactly one Pythagorean triplet
I am working on a project with OCaml and there are some problems regarding
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
I'm working with a project where I use GWT. There's no problems with it,
In the project i am currently working upon, there are lots and lots of

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.