I put together a small demo using VS2019 based on the MS documentation. You can download it from https://1drv.ms/u/s!AmnqrCFBv4nDhEH1o6eoPMTJSUAe?e=2X2xX0 Remember to unblock the zip file before you extract the contents. The demo creates MUI resources for English(US), English(UK) and French(France). The difference between the two English resource DLLs is the text of the string so they can be distinguished from each other. I also included a console application demo that shows how to load an indirect string from the created DLL. In my tests the demo properly loaded the correct string based on the system's language setting. FYI, there is nothing in the MS sample about changing the language in the resource files.
Issue while creating .mui files Can somebody help me?
Rohan Pande
445
Reputation points
Hi, I was going through this example of providing a string in localized using the MUI way but I am facing few issues while creating mui files. Reference: https://learn.microsoft.com/en-us/windows/win32/intl/creating-a-multilingual-user-interface-application This step "Splitting the Various Language Resource Modules: Creating the Files" was failing for me when I was separating out the second resource file. Can somebody help me?
Error that I am facing is:
Thanks in advance
Developer technologies | C++
3,977 questions