Some currency formats use a decimal point to separate values, other formats use commas. Iron Speed Designer supports currency display in any localized format supported by the .NET Framework.
The table below shows several examples of currency symbols displayed for the number 123456789.76.
|
Culture Encoding |
Format |
|
en-US |
$123,456,789.76 |
|
es-ES |
123.456.789,76 € |
|
es-UY |
$U 123.456.789,76 |
|
ru-RU |
123 456 789,76p |
|
sr-SP-Latn |
123.456.789,76 Din. |
|
sv-SE |
123.456.789,76 kr |
Iron Speed Designer also supports currency validation in any localized format supported by the .NET Framework. This is accomplished by generating server-side validation, rather than client-side validation, allowing validation to be tailored to the locale of the web server.
Localizing (Internationalizing) Your Application