8 lines
185 B
C#
8 lines
185 B
C#
|
8 years ago
|
using System;
|
||
|
8 years ago
|
using System.Resources;
|
||
|
8 years ago
|
using Microsoft.Extensions.Localization;
|
||
|
8 years ago
|
|
||
|
|
public static class ResourcesHelpers {
|
||
|
8 years ago
|
public static IStringLocalizer GlobalLocalizer = null ;
|
||
|
|
|
||
|
8 years ago
|
}
|