ILocalization.TFormat method
Resolve key to a template and string.Format it with args. Templates carry positional placeholders ({0}) so other languages may reorder them. A missing key returns the key literal, unformatted.
public string TFormat(string key, params object[] args)See Also
Section titled “See Also”- interface ILocalization
- namespace Stellar.Abstractions.Services