If your goal is to create a globalized application, then you should consider using the MUI functionality, creating a process called software internationalization.
The functionality of files with a .mui extension is applicable to Win32 forms, or console applications, however, it is also possible to create MUI compatible .NET Framework applications.
When planning an application that utilizes the MUI functionality, you must first decide the languages for the user interface and how it should be presented to the user. Through the following methods:
Files with the .mui extension also have several ways to present their usability as a DLL resource.
Because .mui files used by applications with globalized language resources, they are not necessary to open by any application other than the one they serve with their original functionality, that is, there is no human-readable code that can be modified on -the-run on these files, therefore it is not recommended to try to open them while they do their job.
MUI Quick Info | |
---|---|
Multilingual User Interface Format | |
MIME Type | |
not available | |
Opens with | |
Windows with Multilingual User Interface |