How to select a drop-down list to display the corresponding language

Source: Internet
Author: User
How can I select a drop-down list to display the corresponding language and language problems? I am using gettext to do multiple languages now. I don't know how to solve these problems: I. Select a drop-down list to display the corresponding language. (Select a drop-down list to display the corresponding language. do not click a button or something like that.) 2. Sometimes, after data is queried, you can switch the language. How to select a drop-down list to display the corresponding language
I am currently using gettext for multiple languages. I don't know how to solve these problems:

I. Select a drop-down list to display the corresponding language. (Select a drop-down list to display the corresponding language. do not click a button or the like)

II. Sometimes, after data is queried, you can switch the language. Share:
------ Solution --------------------


------ Solution --------------------
For example, you can write a post query as follows:
Session_start ();
If (isset ($ _ SESSION ['key']) {
$ Key = $ _ SESSION ['key'];
} Else {
$ Key = $ _ POST ['key'];
$ _ SESSION ['key'] =$ _ POST ['key'];
}
.........................

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.