import java.text.NumberFormat; static S formatWithThousandsSeparator(long l) { ret NumberFormat.getInstance(new Locale("en_US")).format(l); }