Is there any support for mfc140.dll for swedish language?
We have MFC application and where there is problem with internationalizationlocale. There is third party dll which creates a Edit control, upon right click, it creates a menu with ID value as ID_EDIT_PASTE, ID_EDIT_CUT, ID_EDIT_COPY, .These are ID’s are defined in the afxres.h. mfc140.dll provides the strings as “paste”, “cut”, “copy” for above ID’s depending on the locale set in windows.
When the locale is set to swedish language for windows, we see the english strings for menu rather than swedish. I have updated the locale to French, the strings show up in French. Upon the reviewing windowssystem32 folders, I don’t see a resource dll for swedish which is mfc140sve.dll but there is one for french mfc140fra.dll. So where can I find this dll, is there any support for swedish language?
CFileDialog:GetPathName crash in x64 Release configuration
we are using CFileDialog class in our project, it is a x64 configuration, For the file save option.
CMFCEditBrowseCtrl icon does not render as disabled when using EnableWindow(false). How to fix?
I am using the CMFCEditBrowseCtrl
and display my own icon.