You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to change language with this plugin. Its perfect and I love it but when I do something like here http://www.bitrepository.com/php-how-to-add-multi-language-support-to-a-website.html
Browser does nothing, adres change to localhost/MYSITE/page.php?lang=en but language does not change.
Its like beeing blocked.
Because when i press enter then and page will reload it change language. (so adress is good)
Can some1 help me with that, please?
I found not direct solution on button which change language
$('#languages a').click(function(event) {
var that = $(this).attr("href");
event.preventDefault();
event.stopPropagation();
window.open(that, '_self');
});
The text was updated successfully, but these errors were encountered:
I can't figure out how to change language with this plugin. Its perfect and I love it but when I do something like here
http://www.bitrepository.com/php-how-to-add-multi-language-support-to-a-website.html
Browser does nothing, adres change to localhost/MYSITE/page.php?lang=en but language does not change.
Its like beeing blocked.
Because when i press enter then and page will reload it change language. (so adress is good)
Can some1 help me with that, please?
I found not direct solution on button which change language
$('#languages a').click(function(event) {
var that = $(this).attr("href");
event.preventDefault();
event.stopPropagation();
window.open(that, '_self');
});
The text was updated successfully, but these errors were encountered: