I want to switch the language in qTranslatex plugin using a php
Checkout the below code;
$country = 'US';
if ($country == 'US') {
//set language english
} else {
// set language thai
}
I want to switch the language in qTranslatex plugin using a php
Checkout the below code;
$country = 'US';
if ($country == 'US') {
//set language english
} else {
// set language thai
}
Comments are closed.
The easiest way – use global variable: