Skip to content

DAV::getcontentlanguage

Marten Gajda edited this page Aug 16, 2015 · 5 revisions

###Purpose

Contains the Content-Language header value (from Section 14.12 of RFC 2616) as it would be returned by a GET without accept headers.

###Value

language-tag (language-tag is defined in Section 3.10 of RFC 2616)

###Protected

SHOULD NOT be protected, so that clients can reset the language. Note that servers implementing RFC 2518 might have made this a protected property as this is a new requirement.

###COPY/MOVE behavior

This property value SHOULD be preserved in COPY and MOVE operations.

###Description

The DAV:getcontentlanguage property MUST be defined on any DAV-compliant resource that returns the Content-Language header on a GET.

DTD

<!ELEMENT getcontentlanguage (#PCDATA) >

Clone this wiki locally