Hi,

I have a numberfield control with the property DecimalSeparator=".". If the culture is spanish works fine but if I change the culture to france the decimal separator changes to "," , why?
It seems like is preferent the file ext-lang-fr.js than the property DecimalSeparator.

Thanks a lot!


<ext:NumberField ID="numberFieldVariationMaximale" AllowDecimals="true" 
AllowNegative="false" AllowBlank="true" runat="server" Width="120" MinValue="0" Text="0" 
DecimalSeparator="." />
</PRE>