change menus to english
-
- Member
- Beiträge: 80
- Registriert: 11 Jul 2017 11:52
- Hat gedankt: 4 Mal
- Hat Dank erhalten: 2 Mal
ci down the latest image the only trouble every thing is in german im lost to were to change the menus i dont under stand german is there another way u could tell me
MENU - Settings - Operation & Interface - System Language could u point this to me in german so i can look at the menus and what there mean one by one thanks
MENU - Settings - Operation & Interface - System Language could u point this to me in german so i can look at the menus and what there mean one by one thanks
- Makumbo
- VIP
- Beiträge: 1420
- Registriert: 13 Mär 2016 07:42
- Receiver 1: Vu+ DUO 4K mit 7.4
- Hat gedankt: 671 Mal
- Hat Dank erhalten: 541 Mal
car123 hat geschrieben:MENU - Settings - Operation & Interface - System Language could u point this to me in german so i can look at the menus and what there mean one by one thanks
Like I said - The german texts in the menus are: MENU - Einstellungen - Bedienung & Oberfläche - Systemsprache
Einstellungen = Settings - Bedienung & Oberfläche = Operation & Interface - Systemsprache = System Language
Gruß - Makumbo
- Doctor Who
- VIP
- Beiträge: 4140
- Registriert: 11 Aug 2020 17:33
- Wohnort: OWL
- Receiver 1: AX HD51 4k HDF7.3 + ATV 7.4
- Receiver 2: Zgemma H7S HDF7.3 + ATV 7.4
- Receiver 3: AXAS E4HD Ultra 4k
- Receiver 4: Intel NUC + Raspi 3b mit KODI 21.1
- Hat gedankt: 2284 Mal
- Hat Dank erhalten: 2448 Mal
- Kontaktdaten:
- s3n0
- Senior member
- Beiträge: 1583
- Registriert: 02 Jan 2017 14:38
- Receiver 1: Vu+ Zero 4K
- Receiver 2: Vu+ Solo SE V2
- Hat gedankt: 108 Mal
- Hat Dank erhalten: 417 Mal
- Kontaktdaten:
Hi.
Do you want to change the language localization in the entire OpenATV / Enigma2 GUI ?
If you can connect to your set-top box with a terminal (PuTTY), it can also be done via Linux-Shell:
However, you must have an English translation installed (if you don't have it installed) in your OpenATV.
To verify:
To install:
Do you want to change the language localization in the entire OpenATV / Enigma2 GUI ?
If you can connect to your set-top box with a terminal (PuTTY), it can also be done via Linux-Shell:
Code: Alles auswählen
init 4
sed -i 's/config\.osd\.language=.*/config\.osd\.language=en_US/g' /etc/enigma2/settings
init 3
However, you must have an English translation installed (if you don't have it installed) in your OpenATV.
To verify:
Code: Alles auswählen
opkg list-installed | grep "enigma2-locale-en"
To install:
Code: Alles auswählen
opkg update
opkg install enigma2-locale-en