AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

ModelXSLTWriter directly using client-defined language #18

Closed namedgraph closed 11 years ago

namedgraph commented 11 years ago

ModelXSLTWriter is passing Accept-Language value as $lang parameter, which is not always the language of the selected Variant (highest-ranked client language might not be in the Variant list on the server)

namedgraph commented 11 years ago

Maybe the right negotiated language can be found in HttpHeaders?