Retrieving TranslationRetrieving TranslationUse of context.Tr method as a shortcut to get a translated text for this request. func(ctx iris.Context) { text := ctx.Tr("hi", "name") // [...]}