[
https://issues.apache.org/jira/browse/SOLR-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13128312#comment-13128312
]
Robert Muir commented on SOLR-2837:
-----------------------------------
maybe in the main(), change to something like:
{noformat}
System.out.println(lang + ": " + new Locale(lang).getDisplayLanguage());
{noformat}
on my computer:
{noformat}
da: Danish
is: Icelandic
it: Italian
no: Norwegian
hu: Hungarian
th: Thai
de: German
el: Greek
fi: Finnish
pt: Portuguese
pl: Polish
sv: Swedish
fr: French
en: English
ru: Russian
et: Estonian
es: Spanish
nl: Dutch
{noformat}
on your computer, it might look like:
{noformat}
da: デンマーク語
is: アイスランド語
it: イタリア語
no: ノルウェー語
hu: ハンガリー語
th: タイ語
de: ドイツ語
el: ギリシア語
fi: フィンランド語
pt: ポルトガル語
pl: ポーランド語
sv: スウェーデン語
fr: フランス語
en: 英語
ru: ロシア語
et: エストニア語
es: スペイン語
nl: オランダ語
{noformat}
> listing supported languages
> ---------------------------
>
> Key: SOLR-2837
> URL: https://issues.apache.org/jira/browse/SOLR-2837
> Project: Solr
> Issue Type: Improvement
> Components: contrib - LangId
> Affects Versions: 3.5, 4.0
> Reporter: Koji Sekiguchi
> Priority: Minor
> Attachments: SOLR-2837.patch
>
>
> As a user of langid, I'd like to know which languages are supported by
> current langid, ideally via admin gui.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]