static string|null
getFallback(string $locale)
Returns the fallback locale for a given locale. For example, the fallback of "fr_FR" is "fr". The fallback of "fr" is the default fallback locale configured with {@link setDefaultFallback()}. The default fallback locale has no fallback.
Parameters string $locale The ICU locale code to find the fallback for Return Value string|null The ICU locale code of the fallback locale, or null if no fallback exists