Trillium 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, you will see the numeric value of one thousand displayed as 1.000,00.
Additionally, the Control Center converts localized numbers to computer readable format prior to numeric operations and then converts them back to the localized format for display. As a result, 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 processing, and then converted back based on the locale in use.
Note: The Control Center uses standard locale library ICU v5.4.