From b14a87c3bc1d0022d79731261d83b07a154084c3 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 24 Mar 2016 15:25:03 -0300 Subject: PLT-2358: Detect user localization using client headers --- webapp/components/root.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components') diff --git a/webapp/components/root.jsx b/webapp/components/root.jsx index 9963bc5dd..3b85b23fd 100644 --- a/webapp/components/root.jsx +++ b/webapp/components/root.jsx @@ -69,7 +69,7 @@ export default class Root extends React.Component { FastClick.attach(document.body); // Get our localizaiton - GlobalActions.newLocalizationSelected('en'); + GlobalActions.loadBrowserLocale(); } componentWillUnmount() { LocalizationStore.removeChangeListener(this.localizationChanged); -- cgit v1.2.3-1-g7c22