Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lokalisierung aller Windows über Ressourcen #2

Open
timo2o1o opened this issue Apr 21, 2022 · 4 comments · Fixed by #49
Open

Lokalisierung aller Windows über Ressourcen #2

timo2o1o opened this issue Apr 21, 2022 · 4 comments · Fixed by #49
Labels
enhancement New feature or request

Comments

@timo2o1o
Copy link
Member

timo2o1o commented Apr 21, 2022

Als Anwender möchte ich die Anwendung auf meine bevorzugte Sprache umstellen können, damit ich effektiver damit arbeiten kann.

Akkzeptanzkriterien:

  • Die Sprache soll bei laufender Anwendung über eine Flagge unten rechts umgeschaltet werden können.
  • Die Änderung der Sprache soll in der app.config persistiert werden können.
@Jusdon Jusdon added the enhancement New feature or request label Aug 31, 2022
@Jusdon Jusdon self-assigned this Sep 1, 2022
@Jusdon Jusdon linked a pull request Sep 1, 2022 that will close this issue
@timo2o1o
Copy link
Member Author

timo2o1o commented Sep 1, 2022

The acceptance criteria is still not met ;).

@Jusdon
Copy link
Contributor

Jusdon commented Sep 1, 2022

Ah you're right

@Jusdon
Copy link
Contributor

Jusdon commented Sep 1, 2022

Hi @timo2o1o :)

I have been thinking about how we can fulfil the criteria for a while now. :D
Maybe I'm missing something and you have a great idea, but ....

... So far I could find out that the App.config can't be modified during runtime => Maybe persist it differently (DB) ?

... Furthermore, it is difficult to overwrite the resource strings of already open views and to recreate the views.

As I said, maybe I'm just barking up the wrong tree and you already have an ingenious technique in mind ;)

@timo2o1o
Copy link
Member Author

timo2o1o commented Sep 2, 2022

Hi @timo2o1o :)

I have been thinking about how we can fulfil the criteria for a while now. :D
Maybe I'm missing something and you have a great idea, but ....

... So far I could find out that the App.config can't be modified during runtime => Maybe persist it differently (DB) ?

... Furthermore, it is difficult to overwrite the resource strings of already open views and to recreate the views.

As I said, maybe I'm just barking up the wrong tree and you already have an ingenious technique in mind ;)

Hey @Jusdon,

Just to document our call into this thread: I have no better technique in mind. Lets just write to the app.config and then restart the whole application ;).

@timo2o1o timo2o1o added this to the Provide basic functionality milestone Sep 15, 2022
@Jusdon Jusdon removed their assignment Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants