Sprachumschaltung von DE nach EN über Menü möglich gemacht

This commit is contained in:
2026-07-15 15:11:02 +02:00
parent 0fe14c5454
commit 9458382965
10 changed files with 115 additions and 21 deletions
+15
View File
@@ -0,0 +1,15 @@
// ============================================================
// sprache.dcl - Sprache umschalten (Deutsch/Englisch)
// ============================================================
sprache : dialog {
label = "Sprache / Language";
: popup_list {
key = "sprache";
label = "Sprache / Language:";
width = 30;
}
ok_cancel;
}