RouteLocalization
RouteLocalization copied to clipboard
RouteLocalization is an MVC and Web API package that allows localization of your attribute routes.
I have create a simple MVC project and I am POSTing a DateTime value. My model is never validated when I use your `CultureSensitiveActionFilterAttribute` to set the culture. It seem...
As I am using a custom scaffolder, it would be much easier if the translations would be replaced by a route attribute on the controllers/actions. Something like: [LocalizedRoute("{culture}/services/contact-us", "en-CA")] [LocalizedRoute("{culture}/services/nous-joindre",...
Hi @Dresel - I promised I'd take a look at this and give my feedback and finally go to it. Sorry for the delay, it's been a madhouse trying to...
Hi, please sign your assembly because without that we cannot use it in signed project. Could not load file or assembly 'RouteLocalization.Mvc, Version=2.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies....
[RouteJS](https://github.com/Daniel15/RouteJs) provides a way to generate mvc routes from javascript: I tried the following: `var url = Router.action('DataSouce', 'Create', { culture: 'en-us' });` However, `culture` parameter doesn't do anything. The...
Hello, If I am not wrong the parameter that holds the current culture is "culture", right? Is it possible to change the name of this parameter? Thank You, Miguel
From [issue 48](https://github.com/Dresel/RouteLocalization/issues/48): Atm when AddCultureAsRoutePrefix is used, the prefix is always added at the beginning of the route. This should be configurable: > Before [RouteArea], [RoutePrefix], [Route] - (as...
Code XML Documentation Comments should be added for at least public API functions.