Christopher Dresel

Results 49 comments of Christopher Dresel

I did some research: Android is using `IImageViewHandler` and `IImageSourceHandler` - FFImageLoading implements both, but [FFImageLoadingImageSourceHandler](https://github.com/luberda-molinet/FFImageLoading/blob/master/source/FFImageLoading.Forms.Droid/FFImageLoadingImageSourceHandler.cs) is ignored and cannot be registered. Shell tabs are relying on IImageSourceHandler, that's why...

Thanks for reporting this issue. I dug into the RouteJS library - the problem is how RouteJS and RouteLocalization works internally. I will change the implementation from one `LocalizationCollectionRoute` per...

Yes you are right. The culture parameter is just added to the defaults collection of the inner route: ``` public static LocalizationRoute ToLocalizationRoute(this TIRoute route, string url, string culture) {...

The culture parameter has nothing todo with the routeprefix within the url - the culture parameter also exists if you don't use route prefix. I also wouldn't see it as...

Added a separate issue for that. Back to the culture "parameter" naming. How do you use it at the moment and when do you need to rename it? If I...

I see. I'll consider it for the next update.

It's not supported out of the box, but maybe you could do something like [this](https://github.com/Dresel/RouteLocalization/issues/46#issuecomment-101253238)?

See this [localized-route-attribute](https://github.com/Dresel/RouteLocalization/tree/localized-route-attribute) branch and the [RouteConfig.cs](https://github.com/Dresel/RouteLocalization/blob/localized-route-attribute/Source/RouteLocalization.Mvc.Sample/App_Start/RouteConfig.cs#L59) and [HomeController.cs](https://github.com/Dresel/RouteLocalization/blob/localized-route-attribute/Source/RouteLocalization.Mvc.Sample/Controllers/HomeController.cs#L10) of the sample project.

Does it work in the sample project of the localized-route-attribute? "en/Welcome" should switch to englisch culture and "de/Willkommen" to german culture. Maybe you have something else registered that overrides the...

Hi, if you think it's a valid contribution for this package - and as far as I understand its optional and you can opt-in for it - I would suggest...