Home > Software engineering >  Consult VS2010MFC print preview toolbar change English afxprint. Rc is what problem?
Consult VS2010MFC print preview toolbar change English afxprint. Rc is what problem?

Time:09-24

My rc clearly is in Chinese, how to spot the print preview toolbar is English after
3 TEXTINCLUDE
 
The BEGIN
"# define _AFX_NO_OLE_RESOURCES \ r \ n"
"# define _AFX_NO_TRACKER_RESOURCES \ r \ n"
"# define _AFX_NO_PROPERTY_RESOURCES \ r \ n"
"The \ r \ n
""# if! Defined (AFX_RESOURCE_DLL) | | defined (AFX_TARG_CHS) \ r \ n
""LANGUAGE 4, 2 \ r \ n"
"# include" "res \ \ Test rc2"//"the Microsoft Visual c + + editor resources \ r \ n"
"# include" "l.C HS \ \ afxres rc"//"standard components \ r \ n"
"# include" "l.C HS \ \ afxprint rc" "//print/print preview resources \ r \ n"
"# if! Defined (_AFXDLL) \ r \ n
""# include" "l.C HS \ \ afxribbon rc" article "//MFC functions and controls the resources \ r \ n"
"# endif \ r \ n"
"# endif \ r \ n"
"\ 0
"END




Did anyone met ah, mystery,,,

CodePudding user response:

Baidu search relevant keywords,

CodePudding user response:

Open the compiled EXE with VS resources way, to confirm whether it is in Chinese?

CodePudding user response:

reference zgl7903 reply: 3/f
open the compiled EXE with VS resources way, confirm whether it is in Chinese?


Exe inside is not contain English print string, which USES ResHacker exported to also does not have the English version of

Strange is that sometimes Chinese, English, sometimes still didn't find out why

CodePudding user response:

CXXXApp: : InitInstance
Try SetThreadUILanguage or SetThreadLocale Settings area

CodePudding user response:

reference 5 floor zgl7903 reply:
CXXXApp: : InitInstance in
SetThreadUILanguage or try SetThreadLocale Settings area

  • Related