Search code examples
urlmeteorroutesiron-router

Make url in different language meteor?


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.


Solution

  • I used encodeURIComponent() function of javascript. which solved my problem.