VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Language.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-12 01:20:20 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2018-08-12 18:30:21 +0200
commit652dfd43d603c33bc0be3bc0c849708d7e064a59 (patch)
tree4c158528097a43262d7e88388ec3bd9c84a9dee0 /src/Common/Language.h
parent012f7bfa93c31143be57cb01ac747f7961b2e534 (diff)
downloadVeraCrypt-652dfd43d603c33bc0be3bc0c849708d7e064a59.tar.gz
VeraCrypt-652dfd43d603c33bc0be3bc0c849708d7e064a59.zip
Windows Installer: implement language selection mechanism at the start of the installer to make easier for international users.
Diffstat (limited to 'src/Common/Language.h')
-rw-r--r--src/Common/Language.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Language.h b/src/Common/Language.h
index 7ef75ef3..4a87ceda 100644
--- a/src/Common/Language.h
+++ b/src/Common/Language.h
@@ -34,6 +34,7 @@ BOOL CALLBACK LanguageDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPa
wchar_t *GetString (const char *stringId);
Font *GetFont (char *fontType);
BOOL LoadLanguageFile ();
+BOOL LoadLanguageFromResource (int resourceid, BOOL bSetPreferredLanguage, BOOL bForceSilent);
char *GetPreferredLangId ();
void SetPreferredLangId (char *langId);
char *GetActiveLangPackVersion ();