I am working with tutorial. In which got concept of router. My question is
can we make route in different language like in Russian http://localhost:3000/свяжитесь с нами
i or in persian like http://localhost:3000/تماس با ما
. I want to make url in other language rather than english. can any one help me to make url in different language in meteor.
I used encodeURIComponent()
function of javascript. which solved my problem.