Home
last modified time | relevance | path

Searched refs:currentLanguage (Results 1 – 2 of 2) sorted by relevance

/plugin/translator/syntax/
H A Dtranslator.php23 var $currentLanguage = null; variable in syntax_plugin_translator_translator
80 $this->currentLanguage = $_REQUEST['Language'];
92 if ( empty($this->category) || empty($this->currentLanguage) ) {
171 …tions->_getTranslationMatrix($this->category, $this->version, $this->currentLanguage, $this->addit…
209 $form->addElement($this->getLang('TranslationValue') . " ({$this->currentLanguage})");
258 …rm_makeOpenTag("button", array('onclick' => "translator.run('{$this->currentLanguage}', 'translati…
296 …> $this->category, 'Version' => $this->version, 'Language' => $this->currentLanguage, 'AdditionalL…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js28 var currentLanguage = (window.navigator.language || window.navigator.userLanguage || window.navigator.userLanguage);
29 currentLanguage = currentLanguage.substr(0, 2);
31 i18n.init({lng: currentLanguage, fallbackLng: 'en', resStore: resources, getAsync: false});