System.StringLocalizationExtensions.AsLocalizable C# (CSharp) Method

AsLocalizable() private method

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