mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
parent
364a6376d4
commit
6c7cf1478f
15 changed files with 2748 additions and 2528 deletions
|
@ -125,7 +125,7 @@ char* strcpy_safe(char* strDestination, const char* strSource);
|
|||
|
||||
// retrieve the string name in the correct language (name is an ID).
|
||||
// the returned string is in the active codepage (UTF-8 on Windows 10 1909+)
|
||||
CString GetLanguageStringACP(CString name);
|
||||
CString GetLanguageStringACP(const CString name);
|
||||
|
||||
// tranlate a string/word by using the table from english to the current language
|
||||
// the returned string is in the active codepage (UTF-8 on Windows 10 1909+)
|
||||
|
@ -135,6 +135,9 @@ CString TranslateStringACP(CString u8EnglishString);
|
|||
// the returned string is in the active codepage (UTF-8 on Windows 10 1909+)
|
||||
CString TranslateStringACP(WCHAR* u16EnglishString);
|
||||
|
||||
void TranslateDlgItem(CWnd& cwnd, int controlID, const CString& label);
|
||||
void TranslateWindowCaption(CWnd& cwnd, const CString& label);
|
||||
|
||||
/****************************************
|
||||
sound functions [03/16/2001]
|
||||
****************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue