System.StringLocalizationExtensions.Localize C# (CSharp) Метод

Localize() приватный Метод

private Localize ( this token ) : IFormattedMessage
token this
Результат IFormattedMessage
		public static IFormattedMessage Localize(this string token) =>
			Intl.GetFormattedMessage(token);

Same methods

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