System.StringLocalizationExtensions.Localize C# (CSharp) Method

Localize() private method

private Localize ( this token, object data ) : IFormattedMessage
token this
data object
return IFormattedMessage
		public static IFormattedMessage Localize(this string token, object data) =>
			Intl.GetFormattedMessage(token, data);

Same methods

StringLocalizationExtensions::Localize ( this token ) : IFormattedMessage