The Control Center has the capability to display numeric values conforming to locale settings in the repository server. For example, if you set the locale option as German in the repository server, you will see the numeric value of one thousand displayed as 1.000,00.
Note: The repository administrator configures the locale setting when adding a repository.
During a numeric operation, the Control Center coverts numbers from the locale format to standard computer readable number string. For example, non-computer readable numbers with periods and comma, like (1,000.00) or German (1.000,00) are converted to standard computer readable number string for numeric evaluation and processing. They are then converted back based on the locale in use.
Note: The Control Center uses standard local library ICU v4.4.