This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I wanted to ask about an issue I am seeing with the “Abbreviate Large Numbers” setting.
For my number display, large values are currently being shown with digit separators, such as “406,340”, instead of using an abbreviated format like “406k”. From my understanding, enabling large number abbreviation should display values in the shortened “k” style.
Could you let me know why this is happening, and whether there is an additional setting, locale-related behavior, or version difference that affects this formatting?
Thank you for your help.
The formatting is done by the game now, and depending of the client language the format is different, for example in spanish the game is displaying "406mil" instead of "406k".
The function used to abbreviate numbers is AbbreviateLargeNumbers(), example that can be typed in chat:
/script print( AbbreviateLargeNumbers(406340) )
So is there any method to change the formatting. Just like i want it show"406k" instead of "406mil" in spanish.
Try out version 3.3.16-beta
To post a comment, please login or register a new account.