XLocalizer icon indicating copy to clipboard operation
XLocalizer copied to clipboard

Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.

Results 4 XLocalizer issues
Sort by recently updated
recently updated
newest added

Hi Ziya Hope you're well. I've been having intermittent issues for the past couple of months with EF complaining about two instances of a DbContext being used at the same...

Application: asp.net core 5 web application Razor Page Crashed ``` All @if (!String.IsNullOrEmpty(allActive)) { } ``` Exception ``` Microsoft.Extensions.Caching.Memory.MemoryCache.SetEntry(CacheEntry entry) Microsoft.Extensions.Caching.Memory.CacheEntry.Dispose() Microsoft.Extensions.Caching.Memory.CacheExtensions.Set(IMemoryCache cache, object key, TItem value, MemoryCacheEntryOptions options) XLocalizer.Common.ExpressMemoryCache.Set(string...

When creating scripts, it will translate this line ****, how can i disabling?

_Originally posted by @Malkawi1 in https://github.com/LazZiya/XLocalizer/issues/2#issuecomment-1328900840_ > hi sir, > how to edit this code -> > ````cs > // add culture route segment for controllers e.g. /en/Home/Index > .AddMvcOptions(ops...