Synchronously hydrate strings from a cached API bundle for locale.
locale
Used at startup by a shell-free client so the first paint has strings without waiting on the network; follow with loadI18nFromApi to refresh in the background.
Locale code (e.g. "es")
true if a cached bundle was found and applied
Synchronously hydrate strings from a cached API bundle for
locale.Used at startup by a shell-free client so the first paint has strings without waiting on the network; follow with loadI18nFromApi to refresh in the background.