System.StringLocalizationExtensions.AsLocalizable C# (CSharp) 메소드

AsLocalizable() 개인적인 메소드

private AsLocalizable ( this token ) : IFormattedMessage
token this
리턴 IFormattedMessage
		public static IFormattedMessage AsLocalizable(this string token) =>
			new FormattedMessage(token, new Dictionary<string, object>(), token);