On a Win32 property sheet the texts "OK", "Cancel", "Apply" and "Help" are automatically displayed in the system's language. That can be a problem if the language of a Software is different of the system's language.
For instance if a customer installs the French version of our software on an English Windows, the property sheet's content will be in French but the standard buttons at the bottom of the property sheet will be in English not matter what.
Does anybody know how can I change these texts.
Actually changing these texts is quite simple. The only thing that must be done is to derive a class from CPropertySheet, override the OnInitDialog method and change the texts in the overridden OnInitDialog.