In i18n, $t("myKey")
displays the translation of myKey
in current language. But what if I want the translation of myKey
in a specified language?
Something like $t("myKey", "de")
, except this doesn't work.
Is there any way to achieve this though?