i have a code like the one below but when the message box pop ups , the buttons are English (Yes , No) . but the question is that , how can i change it into another language like (Ja , NEIN)
ask = QMessageBox.question(self , "ask" , "example text")
i have a code like the one below but when the message box pop ups , the buttons are English (Yes , No) . but the question is that , how can i change it into another language like (Ja , NEIN)
ask = QMessageBox.question(self , "ask" , "example text")