-1

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 am
  • 133
  • 10
  • 2
    This is not a Meteor-specific question. Possibly duplicate of http://stackoverflow.com/questions/2742852/unicode-characters-in-urls – Tomasz Lenarcik Aug 20 '15 at 06:36

1 Answers1

0

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

I am
  • 133
  • 10