21 May 2025 01:15 PM
Hi everyone,
I was wondering what are the possibilities of translating a Dynatrace custom App. The app itself is already using react-intl and everything is localized, but there are no guides or docs on how to do it for Dynatrace.
What I'm after right now is extracting all of the translations made with react-intl into an en.json or similar.
I've made aware that there's an internal library called "strato-i18n-utils" used exactly for this. Could this library be made public?
Thanks!
Solved! Go to Solution.
27 May 2025 12:19 PM
Hi Archem,
I'll confirm this with the team and let you know as soon as I have the info.
31 Jul 2025 09:41 AM
Hi archem, thanks for the patience, I finally have some info.
We are recommending react-intl/FormatJS
and we also use it ourselves. There are many guides our there on how to easily integrate this in your react apps, see https://phrase.com/blog/posts/react-i18n-format-js/
Regarding strato-i18n-utils
: This library is specifically designed to provide utilities for working with our translation provider. Its purpose is not to add translations directly to apps but to facilitate the process of getting the texts within our apps translated by our translation provider.
Hope that helps now with understanding, let me know if you need anything else!