num-format
num-format copied to clipboard
Any pt-BR?
What should i use for Brazilian? (pt-BR)? let iso_361_lang = fetch_from_provider_json(user.id).await?; //it will be "pt-BR" On my use case, i will need to use from_name(iso_361_lang).
How should i do it?