Olivier Sirven wrote:
Any idea to determine which is the locale configured by default for a user

In JavaScript? Something like this, perhaps:

var here = Components
  .classes["@mozilla.org/intl/nslocaleservice;1"]
  .getService(Components.interfaces.nsILocaleService)
  .getApplicationLocale()
  .getCategory("NSILOCALE_CTYPE");
_______________________________________________
Mozilla-xpinstall mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpinstall

Reply via email to