-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language choice in multilingual vocabularies #788
Comments
What do you mean by 'read'? Are you referring to the preferred labels from BioPortal? CEDAR has essentially no explicit language handling either for display of BioPortal labels or for encoding strings in a particular language. JSON-LD has a @language tag (https://json-ld.org/spec/latest/json-ld/#string-internationalization, https://json-ld.org/spec/latest/json-ld/#language-indexing) that could serve as a starting for some of this support. |
On 6/4/2018 2:52 PM, martinjoconnor wrote:
What do you mean by 'read'? Are you referring to the preferred labels
from BioPortal?
No, the preferred labels in BioPortal are fine; they show English only.
It is in CEDAR that they are not; when I add it as a pull down menu, it
mixes the languages. All are coded @en or @de.
As an example: MARC List for Languages.
In CEDAR (snippet only)
In BioPortal:
Nancy
… CEDAR has essentially no explicit language handling either for display
of BioPortal labels or for encoding strings in a particular language.
JSON-LD has a @language <https://github.com/language> tag
(https://json-ld.org/spec/latest/json-ld/#string-internationalization)
that could serve as a starting for some of this support.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#788 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE18tpfRMl9rGv5eZgzb08dTeLPudgOlks5t5awvgaJpZM4UZxYM>.
--
Nancy Lorimer
Head, Metadata Dept
Stanford University Libraries
[email protected]
650-725-8819
|
Screenshots of example: The term with id "eng" from the vocabulary MARC-LANGUAGES has 2 preflabels: |
CEDAR does not seem to read language extensions (@en, etc.). In using a multilingual vocabulary, I am getting a mix of languages in a drop down value list. I believe it is simply using the first language it finds. Ideally, we would be able to choose the language; at least temporarily could we could favor @en?
The text was updated successfully, but these errors were encountered: