How to set default locale for all component without using i18 provider
i don't want to change locale dynamically, only need one
i18nProvider. You can just create a basic implementation and use translate function to check the keys and values and return the values you want. You can return the same key (first argument of the function) if you want to skip the translation; it will fallback to the default translation.

i18nProvidertranslate