Closed darrencruse closed 7 years ago
we haven't yet added UI internationalization support to LD-R. For now, since we did not have any use case, we preferred not to add another level of complexity there. However, if you are interested, you can have a look at https://github.com/slidewiki/slidewiki-platform which uses the same framework as LD-r with react-intl
I guess this is really just a question.
Is ld-r already supporting internationalization with multiple languages? If not is it a future goal?
e.g. I noticed the ld-r.org Tasks in Progress list includes "Consider language tag in SPARQL queries"...
The app I've been thinking about switching to json-ld/rdf/sparql (potentially with the help of ld-r) currently supports english, french, and portuguese where we show different UI labels in the different languages depending on the browser locale.
I'm guessing the "Consider language tag in SPARQL queries" would address part of my need for internationalization. e.g. We have labels and corresponding values for dropdown widgets in our json database right now that I was assuming I'd transfer to RDF triples...
But how about e.g. in the tutorial where i see english only "label" properties in the reactor.js files. Is there a goal that those too could eventually support different labels for different languages?
If these are future goals, any idea how long before such features get added?