Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index e2388786105719f596b866f17955274dc6aabf51..08b9e43d26909c4c90d033731b942780a88787b8 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -7,6 +7,7 @@ |
#include "base/command_line.h" |
#include "base/environment.h" |
#include "base/files/file_path.h" |
+#include "base/i18n/rtl.h" |
#include "base/lazy_instance.h" |
#include "base/message_loop/message_loop.h" |
#include "base/metrics/statistics_recorder.h" |
@@ -705,6 +706,7 @@ void ChromeMainDelegate::PreSandboxStartup() { |
pak_fd, ui::SCALE_FACTOR_100P); |
} |
+ base::i18n::SetICUDefaultLocale(locale); |
const std::string loaded_locale = locale; |
#else |
const std::string loaded_locale = |