Hi,
thanks for your reply. I'm not really sure if there has to be any code shown.The bug happens on the administrative interface.
I've created a custom field of type numeric with types. The site I'm creating is for a Austrian customer, which would have a German keyboard layout. This means that he'll be writeing decimal number in the format 12,34 and not 12.34.
And that is the problem I have, types validates the number 12,34 as not correct. This is not right, because it is a localized issue. It's not possible to force my customer to use a point instead of a comma.
Types should recognize the language of the user and validate according to that, e.g. if the language is German 12,34 is right, if it's English the right format should be 12.34.
Thanks for your help again.