Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qtでキーボードの現在の言語を取得する方法を教えてください。私がこれを使用する場合:
QLocale loc = QApplication::keyboardInputLocale(); QString keyBoardLang = loc.languageToString(loc.language()); qDebug()<<keyBoardLang;
選択した言語に関係なく、常に同じ結果が得られます。クロスプラットフォームの回答を希望します。