Hello. I have noticed on Wasm that i get errors wh...
# compose-web
t
Hello. I have noticed on Wasm that i get errors while retrieving string resources from the compose resources when the browser is set to a language without a region. So i would need to have a fallback that forces the locale to one with a region, like en-US. Is this possible in-app for wasm somehow ? Or does it have to be handled before the app script is called via a js script ? For instance, if i set Chrome's first preferred language to "english" instead of "english (United States)", my app will crash. If i set to the later one, the app works fine. Same for French or any other language. This is not an issue on Js on which the app works even if a region isn't chosen. PS: as the issue doesn't exist in js, I run the js app when no region is found but this is not a real solution.