Open RoelN opened 7 years ago
@RoelN I guess we could derive this from the current locale, but I wonder if it matters in any way? From what I can tell it's mainly used by search engines, which given the main target usage for Maji (Cordova apps) is not that important. What do you think?
Besides search engines there are a few other uses of the lang
attribute:
More information: https://www.w3.org/International/questions/qa-lang-why.en
Ok good to know. Let's implements this based on the current locale.
In
project_template/src/index.html
we have hardcoded the language:Could this be derived and injected from some settings instead?