Closed FrankYFTang closed 3 years ago
+1 for this rename. @anba what do you think?
Here is what @sffc proposed (I prefer to move here as a separated issue) in https://github.com/tc39/intl-displaynames-v2/issues/29#issuecomment-822777071
If we were to add it to this proposal, the API could be:
new Intl.DisplayNames("en", { type: "language", languageDisplay: "standard" }) new Intl.DisplayNames("en", { type: "language", languageDisplay: "dialect" })
This would be parallel to "currencyDisplay" and such in Intl.NumberFormat. The options are relevant only for certain types.
Notice I leave the "menu" issue out, I think that should be discussed and addressed separately in https://github.com/tc39/intl-displaynames-v2/issues/30
+1 for this rename. @anba what do you think?
Sounds good to me.
In https://github.com/tc39/intl-displaynames-v2/issues/29 @sffc suggest we rename this dialectHandling to languageDisplay. I spin off that part of request to this issue.