mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 22:15:21 -04:00
[loc] fix various RTL issues
* MSG_002 doesn't display in RTL * Update Policy dialog loses RTL setting after the first paragraph * Some text displayed in native Windows message boxes is not using RTL (even as the Message Box itself will display the rest of the UI elements as RTL) * Detect if the relevant language pack is installed and use MessageBoxEx to display native message box buttons using the selected language. * All theses issues are part of #621 * Also remove trailing whitespaces
This commit is contained in:
parent
236bf77c24
commit
e1f8b276c8
12 changed files with 190 additions and 110 deletions
|
@ -174,3 +174,4 @@ loc_cmd* get_locale_from_lcid(int lcid, BOOL fallback);
|
|||
loc_cmd* get_locale_from_name(char* locale_name, BOOL fallback);
|
||||
void toggle_default_locale(void);
|
||||
const char* get_name_from_id(int id);
|
||||
WORD get_language_id(loc_cmd* lcmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue