Method

GUPnPContextset_default_language

since: 0.18.0

Declaration [src]

void
gupnp_context_set_default_language (
  GUPnPContext* context,
  const char* language
)

Description [src]

Set the default language for the Content-Language header to language.

If the client sends an Accept-Language header the UPnP HTTP server is required to send a Content-Language header in return. If there are no files hosted in languages which match the requested ones the Content-Language header is set to this value. The default value is “en”.

Available since: 0.18.0

Parameters

language

Type: const char*

A language tag as defined in RFC 2616 3.10.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.