I am coding to change language by using Read with Korea Language
Example:
Currently URL is:
http://www.domain.com/EN/index.php
When user press onClick URL change to:
http://www.domain.com/KO/index.php
I mean that I just want to replace EN to KO then reload page again.
Appreciate for your help.
Use the window.location object to get to the new URL:
Or I guess simpler, just: