Translator

Looks up a translation for key, returning the translated string. A delegate may throw to signal "no translation"; callers fall back to key.

alias Translator = string delegate
(
string key
)

Meta