In my website, I want to be able to deduce the location of the client and show a localized <noscript> message in user's corresponding language. I know that I obviously cannot use JavaScript's useful features such as Navigator.language. Is such a localized <noscript> content this possible? If not, what would be the best approach to the localization of this HTML tag?