System.StringLocalizationExtensions.AsLocalized C# (CSharp) Method

AsLocalized() private method

private AsLocalized ( this message ) : IFormattedMessage
message this
return IFormattedMessage
		public static IFormattedMessage AsLocalized(this string message) =>
			"{message}".Localize(new { message });