marin
14 years agoFrequent Contributor
Table check in different locales
Hello all,
I wonder if it is possible to make table check evaluate correctly in different locales?
My test has a following scenario:
a table is stored in Stores -> Tables. Table has a column with a decimal value (e.g. 1.005).
The problem I am encountering is that table check will pass if browser's language is set to en-US, but it will fail if language is set to e.g. de-DE (because value in the table in browser will be 1,005 and not 1.005 (as in stored table) as decimal separator in de-DE is a comma).
What I would like to achieve is to have stored value check pass in both cases (in both locales) - as the value in the column is actually equal.
I really hope there is an elegant way to achieve this without having to store a separate table for each locale...
Many thanks for any hints,
Marin
I wonder if it is possible to make table check evaluate correctly in different locales?
My test has a following scenario:
a table is stored in Stores -> Tables. Table has a column with a decimal value (e.g. 1.005).
The problem I am encountering is that table check will pass if browser's language is set to en-US, but it will fail if language is set to e.g. de-DE (because value in the table in browser will be 1,005 and not 1.005 (as in stored table) as decimal separator in de-DE is a comma).
What I would like to achieve is to have stored value check pass in both cases (in both locales) - as the value in the column is actually equal.
I really hope there is an elegant way to achieve this without having to store a separate table for each locale...
Many thanks for any hints,
Marin