Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want my web application supporting multiple languages. And I am using attribute routing in my application like :-
[Route("user/{userId}/features")]


Please suggest me best way to implement
localization 


What I have tried:

I have not tried anything yet. Will try after any suggestions.
Thanks
Posted
Comments
F-ES Sitecore 6-Dec-18 7:39am    
Implementing a multilingual website is not a trivial task, you have many issues to resolve and the urls should be the least of your concerns. I'd ignore that for now and use the same url regardless of the language, and one your site is working maybe look to see if you can use different urls for different languages.
vikassoni14 13-Dec-18 1:40am    
Thanks for the suggestion. Actually I want to use a drop down to select few languages like english, german, franch etc..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900