Hi All,We're implementing translations using the Dictionary. Using the I18n class, we get a key and attempt to retrieve it in a provided Locale.We're aware it always falls back to the name of the key if the translation isn't available. However, we need to log the failure somewhere.Looking at the Res...