Hi, How can I detect browser language setting in Pyjs? It is simple in Javascript as following
var language = window.navigator.userLanguage || window.navigator.language; I searched 'navigator.userLanguage' and 'navigator.language' in Pyjs source and nothing was found. I need a solution running both in pyjd and pyjs. Thanks in advance. -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
