I have a multilingual application that is "language" localized in terms of page content. But some forms are using simple arithmetic to calculate some field values based upon user input.
So 1.1*2 = 2.2 works but in Romanian where a fraction is written as 1,1 the calculation becomes 1,1*2 = 2,2 this fails as NaN.
So what to do?