Replies: 1 comment 1 reply
-
@matheusps Can this discussion be merged in #579? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the Design System, some components have default translations. To switch locales you can use the
I18nProvider
component, exported by our package. To get the locale from the Render framework, you can useuseRuntime
like this:If you often use the locale, you have the option of abstracting the behavior on a custom hook:
Beta Was this translation helpful? Give feedback.
All reactions