Helpers
useLocaleSelector()
API Reference for the useLocaleSelector hook
Overview
This hook returns the current locale, the list of locales, and the useSetLocale()
hook.
This is meant for easy use when creating your own locale selector component.
If you don't want to implement your own, you can use the <LocaleSelector>
component instead.
Reference
Returns
An object containing the current locale, the list of locales, and the useSetLocale()
hook.
Examples
<LocaleSelector>
This is the example implementation of the <LocaleSelector>
component.
Notes
- This hook is client-side only.
- Learn more about locale strings here.
Next Steps
- Learn more about the
<LocaleSelector>
component. - Learn more about the
useLocale()
hook.