yavsc/Yavsc.Server/Helpers/ResourcesHelpers.cs

8 lines
185 B
C#

7 years ago
using System;
7 years ago
using System.Resources;
7 years ago
using Microsoft.Extensions.Localization;
7 years ago
public static class ResourcesHelpers {
7 years ago
public static IStringLocalizer GlobalLocalizer = null ;
7 years ago
}