ironcalc / IronCalc

Main engine of the IronCalc ecosystem
Apache License 2.0
60 stars 2 forks source link

Implement 3 Locales and Languages for IronCalc #59

Open nhatcher opened 5 months ago

nhatcher commented 5 months ago

IronCalc should be available in three locales 'en', 'es' and 'de'.

This implies:

This implies change sin the main engine and changes in the web application.

Note that the display language should be a property of the the model. Two people looking at the same model should be able to see it in different languages.

The locale is a property of the model. Two people looking at the same model had to have the same locale.

Should we allow people to change all features in the locale or just the name?