languageswitch
languageswitch copied to clipboard
Language Switch Add-on for Firefox
Results
1
languageswitch issues
Sort by
recently updated
recently updated
newest added
Switch to German, open browser console, try this: ```js formatter = new Intl.NumberFormat(undefined, { style: 'currency', currency: 'EUR', }); formatter.format(10) ``` Result: `"10,00 €"` Then switch to a different language,...