It turns out that WxWidgets added (in 2.9) a function that does localized number formatting: http://docs.wxwidgets.org/trunk/classwx_number_formatter.html I switched to using this (rather than our home-grown code) and it seems to work.
This function isn't available in the client, of course. So numbers printed by the client (e.g. in the event log) will be C locale, i.e. no thousands separators. All numbers in the manager should now be localized, with one exception: the string describing a task's resource usage (e.g. "0.04 CPUs and 1 NVIDIA GPU") is passed from the client and therefore is C locale. The number formatting is based on the language selected in the manager. There's no way to have English-format numbers and German-translated text. -- David _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
