Flux rss

Change the language of your website

Published by jad05, last update on Saturday October 4, 2008 04:40:37 PM by jad05

Change the language of your website







If you have ever changed the language of a website that you have visited, you would have noticed that some websites prefer to ask you from which country you are from before changing the language and others prefer to ask you directly what language you wish to display the website. However, there is also a code that you can insert in a PHP file that will automatically detect the server that is being used by the visitor, and hence apply the changes in the language accordingly.

<?
if (!isset($Language)) {
$Language = explode(',',$_SERVER['HTTP_ACCEPT_LANGUAGE']);
$Language = strtolower(substr(chop($Language[0]),0,2));
}
?>


The web master will have the choice to either redirect the visitor to another webpage that is linked to the website but that corresponds to the visitor’s needs in term of language, else, the webmaster can activate a configuration file that will translate the contents that have been displayed on the original page.

Option 1:


<? else {
header("Location: /index.php?Language=en");
} ?>

Option 2:


<?
include("language-".$Language.".inc.php");
?>
Change system language of hp pavilion dv2000 Hello, i m buy a laptpo hp pavilion dv2000 from italy and all system language ware italyan, i want change languagr on english please help me ( i have no any driver cd) bipon en.kioskea.net/forum/affich-10630-change-system-language-of-hp-pavilion-dv2000
How to access Google in your preferred language? How to access Google in your preferred language? Google is an American corporation with main activity as publishing advertising. To expand its numbers of users on a global scale, Google has extended as a multi-language website enabling you to surf... en.kioskea.net/faq/sujet-366-how-to-access-google-in-your-preferred-language
Build multi-language website Hello, I try building website that have two or more languages, but I can not do it. I don't the ways or methods to like that. So could you please tell me the methods to do? Thanks en.kioskea.net/forum/affich-12042-build-multi-language-website
Make an upload space on your websiteMake an upload space on your website Where to get it What to do What to change on your website Websites nowadays propose an upload space where you can send your small or large files online. This is quite useful when it comes to... en.kioskea.net/faq/sujet-762-make-an-upload-space-on-your-website
QWERTY / AZERTY KeyboardsQWERTY / AZERTY Keyboards What is a QWERTY keyboard? What is an AZERTY keyboard? How to change your keyboard language Today’s keyboards have different layouts. The most common one includes a keypad displaying letters, numbers and... en.kioskea.net/faq/sujet-331-qwerty-azerty-keyboards
Download a theme for XPDownload a theme for XP Download Links: If you wish to personalize your Windows XP, here is an effective way how you can change the theme of this Operating System. There are lots of websites that propose you to download a new theme,... en.kioskea.net/faq/sujet-517-download-a-theme-for-xp
Change language in Dreamcast game?Hello, there! Is there a way to change a game language? I bought a game called Raising Ayanami Project which was supposed to work in English (as it was written on the box) but all I can get is Japanese... So frustrating…! I copied the image on my... en.kioskea.net/forum/affich-687-change-language-in-dreamcast-game
Change languageHello, how can i change widnows xp language in running duna wan format windows thnx en.kioskea.net/forum/affich-29814-change-language
Change vista languageHello, I got my new laptop today and it's completely in french, i do understand french but i prefer english...any idea how to change the language because i'm lost! en.kioskea.net/forum/affich-945-change-vista-language
Download Website-watcherWebsite Watcher is a clever agent able of proving in regular spaces the contents of Web pages to be watched. It issues an alert since the content of the page changed. It has very worked out functions of filtration allowing not to take into account... en.kioskea.net/telecharger/telecharger-197-website-watcher
Download BluefishYou like yourself well in the free world? You even decided to change your operating system? And now please create Websites? No worry, even under Linux or Mac, you can have an editor worthy of the name of Websites. Being surprising by its lightness,... en.kioskea.net/telecharger/telecharger-798-bluefish
Download AudiograilAudioGrail is an available free software in a little less than forty languages which will know how to take responsibility for your audio files. About the type of file is, this program can change information on the file (title of the song, tag, title... en.kioskea.net/telecharger/telecharger-821-audiograil
Facebook launches Spanish version of websiteThe logo of social networking website 'Facebook' is displayed on a computer screen. Facebook on Thursday unveiled a Spanish version of its hot social-networking website and promised French and German language editions by spring. Facebook on... en.kioskea.net/actualites/facebook-launches-spanish-version-of-website-10073-actualite.php3
Japan finds 38,000 websites in bullying studyJapanese schoolchildren make their way home in Tokyo. Japan's education ministry said Friday that there were at least 38,000 underground websites linked to schools, some of which have become notorious for hate-filled postings by bullies.... en.kioskea.net/actualites/japan-finds-38-000-websites-in-bullying-study-10207-actualite.php3
Change management - Introduction A business environment which evolves in a rapidly changing world must evolve and innovate to stay competitive. IT projects are by their nature at the centre of business innovation and through their implementation bring about changes in business... en.kioskea.net/conduite-changement/conduite-changement.php3
Computer - The keyboard The keyboard, like a typewriter, is used for entering characters (such as letters, numbers, and symbols). It is an essential input device for a computer, as it is what lets us enter commands. The term "QWERTY" (after the first six letter keys on the... en.kioskea.net/pc/clavier.php3
Webmastering - Webdesign A website's structure must be the reflection of a strategy. Navigation scenarios must be worked out in order to push users into follow a path on the website. However, visitors should not feel trapped and should be free to leave or change sections at... en.kioskea.net/web/navigation.php3