Lines Matching refs:language
15 FileVersionInfoWin::FileVersionInfoWin(void* data, int language, int code_page)
16 : language_(language), code_page_(code_page) {
29 WORD language;
68 return new FileVersionInfoWin(data, translate->language,
145 // Use the language and codepage from the DLL.
148 // Use the default language and codepage from the DLL.
151 // Use the language from the DLL and Latin codepage (most common).
154 // Use the default language and Latin codepage (most common).
161 WORD language = lang_codepage[i++];
164 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name);