diff --git a/background.js b/background.js index c8d7d593..5f8573e9 100644 --- a/background.js +++ b/background.js @@ -55,7 +55,8 @@ chrome.runtime.onInstalled.addListener(function (object) { // TODO (shownInstallPage): remove this if statement, but leave contents if (!shownInstallPage){ //open up the install page - chrome.tabs.create({url: chrome.extension.getURL("/help/index.html")}); + + chrome.tabs.create({url: chrome.extension.getURL("/help/"+navigator.language.split("-")[0]"-index.html")}); } // TODO (shownInstallPage): delete if statement and contents