Tomas Rutkauskas
Tomas Rutkauskas
Is it possible to do that in-code translation without using HttpRequest object? The `LocalizedApplication.Current.TextLocalizerForApp` ask for it.
The code below thrown exception `"Request is not available in this context"}: System.Web.HttpException`. Could you show how to use it properly in non HttpContext? ``` public class RouteConfig { public...
Does silence means that this is know issue and no solution yet or that no one read this yet and I should be more patient.
Thank you. When are you planning to release NuGet package?
I have tried the pre-release version and it still doesn't solve the problem with query parameters in the index page - 404 error.
Sorry but I don't understand your suggestion, could you please explain more detailed.
I have tried to add [[[Hello world]]] but then the whole string "Hello world" goes to msgstr when parsing. The id is not extracted from text.
Just want to add comment about your provided language selection code in Explicit User Language Selection section. This code create duplicate URL of the same content and it is not...
You misunderstood me. Let's start from simple question. I have simple code below in my demo app. If we run web page with language selector, let's say http://localhost:port/LT the href="@url"...
> > Does it mean that i18n looks for HREF tags and patch only url inside these tags? > > Yes. Could you add html tag, let's say data-nolocal="true" to...