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
Is there a way to retrieve a list of available locales using Fluent.runtime (or maybe Babel)?
Or would I have to retrieve a list of folders directly from the operating system?
How do I do that? :-)
Thank you.
The text was updated successfully, but these errors were encountered:
There's no utility though to determine available locales.
Also, that list doesn't actually show up, the list of locales you'd want to pass in to the FluentLocalization class is the list of requested locales, it doesn't matter in practice on whether those exist or not.
Is there a way to retrieve a list of available locales using Fluent.runtime (or maybe Babel)?
Or would I have to retrieve a list of folders directly from the operating system?
How do I do that? :-)
Thank you.
The text was updated successfully, but these errors were encountered: