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

Localize() private méthode

private Localize ( this token ) : IFormattedMessage
token this
Résultat IFormattedMessage
		public static IFormattedMessage Localize(this string token) =>
			Intl.GetFormattedMessage(token);

Same methods

StringLocalizationExtensions::Localize ( this token, object data ) : IFormattedMessage