PHP jump to the corresponding page according to the user language, PHP language jump corresponding _php tutorial

Source: Internet
Author: User
Tags php language

PHP jump to the corresponding page according to the user language, PHP language jump corresponding


When the visitor's browser language is Chinese to enter the Chinese layout, foreign users default browser is not Chinese to jump English page.

<?php $lan = substr ($HTTP _accept_language,0,5); if ($lan = = "ZH-CN") print ("
 
   "), Else print ("
 
  

HTML pages automatically jump to multilingual pages based on the browser language you visit
Add The following code between them.
The following is the referenced content:

The above is the PHP to determine the user language jump page of the entire content, the content is very simple, I hope you can apply.

http://www.bkjia.com/PHPjc/1067824.html www.bkjia.com true http://www.bkjia.com/PHPjc/1067824.html techarticle PHP According to the user language to jump to the corresponding page, the PHP language jump corresponding when the visitor browser language is Chinese to enter the Chinese layout, foreign users default browser is not Chinese to jump in English ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.