About 1,280,000 results
Open links in new tab
  1. javascript - How can I determine a user's locale within the browser ...

    Mar 16, 2021 · A user can configure preferred languages in the browser, and these will be used for navigator.language(s), and used when requesting resources from a server, to request …

  2. Why is JavaScript called JavaScript, since it has nothing to do with ...

    Jan 7, 2010 · ECMAScript is the "standards" name for the language. JavaScript is technically a "dialect" of ECMAScript, the Mozilla Foundation can use "JavaScript" as the name of their …

  3. JavaScript/jQuery - Get text and translate it - Stack Overflow

    This Stack Overflow thread discusses methods to extract text and translate it using JavaScript or jQuery, including examples and solutions.

  4. Using Javascript to change website language - Stack Overflow

    Aug 14, 2015 · The translate function takes the dictionary, the language, and a word and returns the translated word. Note that this is much easier with one object containing all the country …

  5. javascript - What is ECMAScript? - Stack Overflow

    JavaScript is a superset of ECMAScript. JavaScript is basically ECMAScript at its core but builds upon it. Languages such as ActionScript, JavaScript, JScript all use ECMAScript as its core. …

  6. JavaScript is compiled or interpreted language or both?

    Jan 13, 2021 · JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language Basically since JS is used in multiple environments it can be either one or the other.

  7. Best practice javascript and multilanguage - Stack Overflow

    Oct 24, 2008 · 84 what is the best practice for multilanguage website using DOM Manipulating with javascript? I build some dynamic parts of the website using javascript. My first thought …

  8. How to get the browser language using JavaScript [duplicate]

    Possible Duplicate: JavaScript for detecting browser language preference I want to detect the language of the browser that is entering my site, if it's En or Fr. So I can redirect to the En pag...

  9. javascript - HTML Script tag: type or language (or omit both)?

    The language attribute has been deprecated for a long time, and should not be used. When W3C was working on HTML5, they discovered all browsers have "text/javascript" as the default …

  10. VS Code showing "Saving Getting code actions from" message

    Apr 13, 2024 · I'm getting frequent "Saving Getting code actions" from VS Code. Then VS Code freezes, and the file is NOT saved. It seems to happen for Prettier, Eslint, React, etc. …