System.StringLocalizationExtensions.AsLocalizable C# (CSharp) Méthode

AsLocalizable() private méthode

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