Tomas Rutkauskas
Tomas Rutkauskas
How to add the framework to use from ASP.NET API Owin classic? The code below is for .Net CORE and I find no way to implement in non core. `services.AddScoped();`
The `SetQueryParam `method produces "**Cannot create a Request. Neither BaseUrl nor the first segment passed is a valid URL.** " exception on some strings like `var uri = "http://myhost.com/upload".SetQueryParam("name", "Dedant-Simon...
I have several translations of the text, let's say [[[Sign-In]]]. I would like to iterate all translations and translate that text to MVC Route Table. Two problems here, I only...
Is it possible to stop adding code line numbers when scanning for updates with i18n.PostBuild.exe? This is really annoying to get files regenerated every time you move code, the actual...
I add i18n to MVC and set one locale file PT (Portuguese), the problem which I find is that if query parameter is set to index page it cause 404...
Currently, only Url in `href `and `scr `html tag are localized but how to enable other html tags? I want to localize url in `data `tag like this ``
I am not sure is Issues subject which I wrote reflect the idea of the problem which I get every time when I change translation text slightly. I would like...
I am trying to develop custom language selection menu. Just simple menu where available languages listed with direct url to translated web pages. ``` var langs = LanguageHelpers.GetAppLanguages().OrderBy(x => x.Key).ToArray();...
Is it possible to create output markdown syntax configurations for mmd, pandoc or github?
I need to execute an obscure LibreOffice command line from C#. It works fine from the command line, but it always fails when using Medallion.Shell with the parameter '--convert-to' and...