Hi, I want the default buttons in the dialogs of my application to have english text no matter what the current locale is. How can I achive this?
I tried to use
QLocale::setDefault(QLocale::English);
in my main function but to no avail! Is there any way to do this?