stamp-web / stamp-web-aurelia

Next Generation Stamp Web Editor written in Aurelio.io with Bootstrap
Apache License 2.0
17 stars 4 forks source link

Support the change of the language in settings #131

Closed jadrake75 closed 8 years ago

jadrake75 commented 8 years ago

The creation of the preference service is not ideal since it should be Dependency Injected. Need to see how this could be done properly.

Fixes #129

jadrake75 commented 8 years ago

Example image after saving a locale change stamp-web-locale

jadrake75 commented 8 years ago

Not sure if there is a way for me to "inject" instances of the Preferences / HttpClient and EventAggregator (on Preferences is needed if I can inject) into a page without aurelia bootstrapped.