suatsuphi
suatsuphi
Hi, I have Language option in my project with localization. if I use type="number" in Turkish Or German I get this error that "Please enter a number". Number is 1,5(with...
Hi, I can't see the shutdown partition when I open a window in windows 11
Hi, Could you add date mask ? AutoMask = true/false so It could be with language settings _ _ /_ _ /______
https://github.com/damienbod/AspNetCoreLocalization/blob/a362dc73be13cdfb2ee83bd1a8fa9b440ea00e74/src/Localization.SqlLocalizer/DbStringLocalizer/SqlStringLocalizer.cs#L41 parameters work as follows ``` using System.Linq; public LocalizedString this[string name, params object[] arguments] { get { var localizedString = this[name]; return new LocalizedString(name, String.Format(localizedString.Value, arguments.Select(x => x.ToString()).ToArray()), localizedString.ResourceNotFound);...
Hi, can you fix/add WithCulture and GetAllStrings using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.Extensions.Localization; namespace Localization.SqlLocalizer.DbStringLocalizer { public class SqlStringLocalizer : IStringLocalizer { private readonly Dictionary _localizations;...
Hi, Can you add some features? like sqlite studio. this is just viewer. This studio not have import, export or add, delete and update features
Hi, You have to use this format for datetime. have to use quotation for separator @item.ExpiryDate.ToUniversalTime().ToString("yyyy'/'MM'/'dd HH':'mm':'ss") ``` 03Days 10Hours 37Mins 14Secs ```
Hi, how to override like operator? What I want to do is to add the upper operator automatically when the like operator is used. where name like '%keyword%' > where...
Hi, There is a small problem about with duplicate. If there is not enough width, there is a break in the text stream! (width: 100%) either the width should be...
Hi, I wanna close some customer menu. these are Orders, Downloadable products, Back in stock subscriptions and My Orders Could a parameter be added to close these menus or can...