<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - UI: In the auto-correct language drop down menu contains {bs}, {ca-FR} and {ca-IT} instead of a descriptive name"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=110752#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTABUG - UI: In the auto-correct language drop down menu contains {bs}, {ca-FR} and {ca-IT} instead of a descriptive name"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=110752">bug 110752</a>
from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
<pre>(In reply to Xisco FaulĂ from <a href="show_bug.cgi?id=110752#c3">comment #3</a>)
The commit does explain why the "programmatical name" is used and the position
of it in the drop down menu. It's a known limitation/bug:
/* TODO: pulling descriptive names (language, script, country, subtags)
+ * from liblangtag or ISO databases might be nice, but those are English
+ * only. Maybe ICU, that has translations for language and country. */
+ return "{" + rBcp47 + "}";
Related to <a href="show_bug.cgi?id=110752#c2">Comment 2</a>: any clue why there is a difference? The "programmatical
name" is only used if the visible description string is empty. So I would
expect that the missing descriptive names are the same on Win Mac and Linux. Or
I'm I missing something?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>