jquery-localization-tool
jquery-localization-tool copied to clipboard
Simple localization dropdown for your website. Translates strings in the languages you provide. This widget is built with the single page scenario in mind. It supports right-to-left text direction whe...
I need to load translations dynamically after initialization. I suggest to add the following method: 'loadLangs' : function(){ var $this = this; var settings = $this.data('settings'); if('undefined' !== typeof arguments[0])...
The standard behaviour of jQuery.localizationTool.js is to parse the selectors provided in the translation and use the text found in the corresponding markup as the default language. In fact, only...