How to change language through php?
-
I want my website to read a cookie then change the language but I don’t know how TranslatePress is programmed how do I go about doing so?
if(isset($_COOKIE['lango']) && $_COOKIE['lango']== "span" ) { //code to change language here }I want to type something in the if statement that would be the equivalent of hovering your mouse on the language dropdown menu and clicking Spanish.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to change language through php?’ is closed to new replies.