You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Staś Małolepszy edited this page Jun 28, 2017
·
1 revision
Sometimes it's useful to imperatively format a translation rather than rely on the declarative <Localized /> API. Good examples of this are the window.alert and window.confirm functions.
It's possible to connect any component to its enclosing LocalizationProvider using the withLocalization higher-order component (HOC).