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