Multilanguage support in FlowRouter

Hello everyone,

I am building an application in which language customized routes seems important and FlowRouter is de facto Routing solution for Meteor as recommended by MDG. so I was wandering that how we are handling the language customized routes with FlowRouter. ( with some hack or any package which is working fine).

I want (for english) domain/en/route-in-english-language
and (for german) domain/de/route-in-german-language

I was following this github issue where the Arunoda was clear about his intentions :confused:

So any help and suggestion from the community is really appreciated.