[ Version ( since = "0.18.0" ) ]
public void set_default_language (string language)
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".
| this |
A Context |
| language |
A language tag as defined in RFC 2616 3.10 |