-
Is there an API to verify if an extension value for a specific Extended: ECMA-402 defines This process is aid by the From some tests I did, I can apparently do data requests like on #2374 to check if an extension is supported by the provider. However, I don't know if this is a reliable method to do this. I also would need to consider default values for every extension, but said values could differ between languages. (would #1833 solve that?) Are there any APIs I'm missing that could be used in this case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Clients are intended to treat locale fallback like a black box. As long as you are using a properly configured LocaleFallbackProvider in ICU4X, all supported extension keywords will be resolved automatically. Note that Locale and DataLocale support extension keywords but not LanguageIdentifier. |
Beta Was this translation helpful? Give feedback.
Clients are intended to treat locale fallback like a black box. As long as you are using a properly configured LocaleFallbackProvider in ICU4X, all supported extension keywords will be resolved automatically.
Note that Locale and DataLocale support extension keywords but not LanguageIdentifier.