• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Script to choose langage

  • Thread starter Thread starter betowen
  • Start date Start date
B

betowen

Guest
Hello world ! ๐Ÿ™‚

I have a website and i'm using chevreto script on.

But i want a script we can choose a different langage with 2 icons on-click : French - English .

An example here in the right on this website : http://lightpics.eu/
It's not my website but i'm interested for the script PHP to choose langage.

Thanks for your help, I need really. ๐Ÿ™‚
 
If you notice that site the only difference is that they call to different index.php files, so you can do the same, make a index2.php wich includes index.php but with the override of the language file ๐Ÿ˜‰
 
I think if I try this : I make index2.php , in index2.php i call require to engine2.php so I make engine2.php and in engine2.php i call config2.php so i must make config2.php AND... in config2.php I change in "EN". So index2.php is well configurated and index2.php is english. ๐Ÿ™‚
 
Yes, it works ! I'm a genius script kiddie ! ๐Ÿ™‚
Thanks ๐Ÿ™‚
 
Back
Top