Skip to content

Instantly share code, notes, and snippets.

View vaclavholusa-LTD's full-sized avatar

Václav Holuša vaclavholusa-LTD

View GitHub Profile
using Microsoft.Extensions.Localization;
using System.Globalization;
namespace LTD.Web.AppStart.Localization
{
public interface ILtdStringLocalizer : IStringLocalizer
{
/// <summary>
/// Gets the string resource with the given name.
/// </summary>