NeoAxis / NeoAxisEngine

A versatile real-time platform for making 3D, 2D games and apps.
https://www.neoaxis.com/
Other
175 stars 38 forks source link

1 is not a supported code page. parameter name: codepage #1

Open TheIronLefty opened 4 years ago

TheIronLefty commented 4 years ago

i had this issue when starting a new project, however it was remedied by changing my regional format back to English US, not sure whats the cause.

kterhorst commented 4 years ago

Same here. Very annoying.

IvanEfimov commented 4 years ago

This is because the engine parses values assuming that English localization is enabled. It is necessary to specify localization in each call, or use another solution if it possible. And all ToString() calls. class SimpleTypes, etc.

IvanEfimov commented 4 years ago

Who knows elegant solution?