Questions tagged [routelocalization-mvc]

4 questions
4
votes
0 answers

Asp.net core Localization not pickup others culture except English

I'm building an application Asp.net core 1.1 with localization by URL. I uploaded the solution to https://github.com/hoangnguyenxuan/Spouse/tree/master/VoiConShop Everything is running without any errors. However, It's just English culture running…
2
votes
1 answer

How to force link translation in laravel 4 mcamara

How to get translated(to chosen language) url from named route? (or how to switch language and make Redirect::route(...) to localized link) I use: php Laravel 4 (L4) mcamara/laravel-localization (LaravelLocalization)
1
vote
2 answers

Redirect To Default Culture, if culture does not specified in url

I'm trying to do something like what is microsoft used for docs site. for example when I enter the link below in addressbar, microsoft docs site redirects me to default cultured link as what is in second link. first link:…
1
vote
1 answer

MVC RouteLocalization difficulty redirecting to correct prefix

I'm using the RouteLocalization.Mvc library for translations on my site and having some difficulty when not using the default culture (English). My site is localized to Spanish and all routes work correctly when my browser's language is set to…
aligray
  • 2,812
  • 4
  • 26
  • 35