dorba / blade

The core tools for Blade rich client development.
89 stars 14 forks source link

Floating point constants are localized... #17

Closed Ventajou closed 11 years ago

Ventajou commented 12 years ago

Floating point constants are generated with the current Windows culture. For example compiling the following:

public const double test = 0.2f;

when Windows is set for France settings, will output this:

BladeBug.Class1.test = 0,2;