You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am working on a translation management system and therefore I need all available languages and it's ISO codes. However this list var languageList = languages.all contains entries like:
alpha2=, alpha3=zxx, bibliographic=, name=No linguistic content
alpha2=, alpha3=gmh, bibliographic=, name=German, Middle High (ca.1050-1500)
All these entries are obviously very irrelevant for my purpose. Instead I want to get English (USA), English (GB) and such. Is there a way to get only the official languages including differences like American vs British English?
The text was updated successfully, but these errors were encountered:
Hello,
I am working on a translation management system and therefore I need all available languages and it's ISO codes. However this list
var languageList = languages.all
contains entries like:All these entries are obviously very irrelevant for my purpose. Instead I want to get English (USA), English (GB) and such. Is there a way to get only the official languages including differences like American vs British English?
The text was updated successfully, but these errors were encountered: