Platform SDK: International Features
//软件语言国际化
char* TSTransform(const char* pStrSrc, int nToTS, char* pStrDst)}
注:
DWORD MAKELCID( WORD wLanguageID, // language identifier
WORD wSortID // sorting identifier);
WORD MAKELANGID( USHORT usPrimaryLanguage, // primary language identifier
USHORT usSubLanguage // sublanguage identifier);
int LCMapString( LCID Locale, // locale identifier
DWORD dwMapFlags, // mapping transformation type
LPCTSTR lpSrcStr, // source string
int cchSrc, // number of characters in source string
LPTSTR lpDestStr, // destination buffer
int cchDest // size of destination buffer);
此文本仅作为本人整理笔记使用。