I need to translate an MFC application to Russian.
The resource file is set up; i.e. it is stored in Unicode format.
All resources and strings show up correctly, with the exception of the drop down list entries.
These are stored as hexadecimal values in the DLGINIT section of the RC file.
The resource editor displays the drop down values correctly, but the dialog does not.
Is there a way to get this right using the resource editor? I know I can work around this in the C++ code.
See screenshot: