Right now the Roblox website hasn’t localized the numbers. This is a small feature but I don’t want to see 1,000 and thinking the comma was the decimal.
As you can see, the numbers like “620,985” could be interpreted as 620 and “6.0B” could be interpreted as 60,000,000,000,000, I’d localise it so it wouldn’t be misinterpreted.
Yes, as long as it is not tied to system locale / user locale. It should be tied to the system’s settings for showing numbers, and if that is not possible, it should be inferred from the locale but able to be toggled via user preferences.
I should be able to choose whether I want dot/comma notation regardless of my language. My country uses commas but I personally prefer the dot notation since I only work with people who also deal in dot notation. Moreover, there are languages that are spoken in multiple countries which may have different notation preferences, so bottom line is it should not be hard-linked to the language you have chosen. It should be a separate localization dimension.
Agreed, in es_419 locale (which includes es_MX), one writes one thousand as 1000.00 but in es_ES locale, one writes one thousand as 1000,00, and I purposely ignored the grouping symbol as in Spanish, one would only group numbers over ten thousand.
How would Roblox achieve this though? (It doesn’t look like theres es_419 or es_MX option when chaning languages in Roblox)