Die Lösung ist denkbar einfach, um die Sprache bei der Installation zu definieren und Stille Installation im Windows Datei-Manager Q-Dir durchzuführen!
Wenn Sie die Standardsprache über die Befehlszeile ändern wollen und eine stille Installation durchführen möchten:
Q-Dir.exe -install /silent langid=14
Weitere Parameter ab Version 6.97:
admin = als Administrator
forall = für alle zugleich admin und für alle User (Benutzer)
noquicklaunch = nicht im Quick-Launch (Schnellstart-Leiste)
nodesktop = keine Desktopverknüpfung
nostartmenu = Kein Eintrag im Startmenü
noautostart = Kein Autostart Eintrag
Die Sprachdefinition funktioniert ab Q-Dir Version 6.69.
Bitte verwenden Sie immer .... die aktuellste und neueste Version vom Datei Explorer Q-Dir!
See also : ► Die Ordner Größe in Windows-10 ► Listen-Ansicht auf Details ► Ordner markieren aus der Listenansicht!
C++ Code Beispiel aus Q-Dir!
TIPP: Wichtige Information finden Sie auch im ►► Q-Dir FAQ ◄◄
void InitDefLNG() { LANGID id=GetUserDefaultLangID(); m_lang_id=1; // Def. English INT pid=PRIMARYLANGID(id); if(LANG_GERMAN ==pid)m_lang_id=0; else if(LANG_FRENCH ==pid)m_lang_id=2; else if(LANG_THAI ==pid)m_lang_id=5; else if(LANG_JAPANESE==pid)m_lang_id=6; else if(LANG_KOREAN ==pid)m_lang_id=7; else if(LANG_POLISH ==pid)m_lang_id=8; else if(LANG_CHINESE ==pid)m_lang_id=9; else if(LANG_ITALIAN ==pid)m_lang_id=3; else if(LANG_RUSSIAN ==pid)m_lang_id=10; else if(LANG_DUTCH ==pid)m_lang_id=11; else if(LANG_TURKISH ==pid)m_lang_id=12; else if(LANG_GREEK ==pid)m_lang_id=13; else if(LANG_SPANISH ==pid)m_lang_id=14; else if(LANG_SLOVAK ==pid)m_lang_id=15; else if(LANG_CZECH ==pid)m_lang_id=16; else if(LANG_DANISH ==pid)m_lang_id=17; else if(LANG_PORTUGUESE ==pid)m_lang_id=18; else if(LANG_ROMANIAN ==pid)m_lang_id=19; else if(LANG_CROATIAN ==pid)m_lang_id=23; else if(LANG_SLOVENIAN ==pid)m_lang_id=24; else if(LANG_FINNISH ==pid)m_lang_id=21; else if(LANG_ARABIC ==pid)m_lang_id=25; else if(LANG_HUNGARIAN ==pid)m_lang_id=22; else if(LANG_UKRAINIAN ==pid)m_lang_id=26; }

(Image-1) The File Manager Q-Dir on OS Windows-10! |
![]() |

♔ ♕ ♖ ♗ ♘ ♙! ♔ ♕ ♖ ♗ ♘ ♙! ♔ ♕ ♖ ♗ ♘ ♙! ♔
See also : ► Die Ordner Größe in Windows-10 ► Listen-Ansicht auf Details ► Ordner markieren aus der Listenansicht!