Skip to content
Version 2.11.0
↓ Get the launcher

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)