My extension requires me to identify the language of a webpage. I know that I can retrieve the information using the "lang" attribute, but many webpages do not have this attribute. What other methods can I use to determine the language of a webpage in such cases? Thanks!