For instance, in http://example.com/conStruct/browse/ the count of resources in the dataset is currently default formatted for France, while the site's interface is in English.

Doe Drupal have a module that supports this? I know that PHP 5.3 does...
http://devzone.zend.com/article/4799#Number_formatter

Comments

fgiasson’s picture

Right now, structBrowse and structSearch uses the function number_format() for this purpose. It can be changed to output English numbers for now. In the future we can think about creating a configuration for this.

fgiasson’s picture

Status: Active » Closed (won't fix)