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

  • Home
  • SEARCH
  • 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 7810395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T03:45:52+00:00 2026-06-02T03:45:52+00:00

I want the user to select his language from any sub page on my

  • 0

I want the user to select his language from any sub page on my website. The best solution, to store each user language are sessions.

My website default language is English, but how should I load other language that user select?
I guess I should do it like this:

$this->lang->load('my_language_file', $this->session->userdata('language'));

But this way, I’d have to load the language in every controller.
Isn’t there a way, to select user language from session globally? So I could use $this->lang->line('some-message'); in every place on my website?

  • 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-06-02T03:45:54+00:00Added an answer on June 2, 2026 at 3:45 am

    Either do a

    $CI =& get_instance();
    $CI->lang->load('my_language_file', $CI->session->userdata('language'));
    

    in the beginning of a custom helper and have it autoloaded in your config/autoload.php.

    Else you can do it through hooks.
    Basicly use

    $CI =& get_instance();
    $CI->lang->load('my_language_file', $CI->session->userdata('language'));
    

    here aswell inside the __construct(), and have the Hook Point post_controller_constructor.

    This will make you include the lang file in all controllers. However it’s up to you how much lang-text you want to load automaticly, since it exhausts the server even if only to a small extent.

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

Sidebar

Related Questions

I want to let the user select some files from his android device to
I want to give my user an option to select his language and according
I want enable user to select a photo from a photo library on his
I want the user to select any file present in her/his iPhone so that
In my application, i want user to select a font, from a list of
I want to enable the user to select a video file from the on-device
I want the user to click the select box and when have selected any
On my website I want the user to have the ability to login/logout from
I want the user to register in a website & if his email already
On my website's Start page I have a Search Mask where user set select

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.