Session.acceptLanguage

string acceptLanguage() @property

Get acceptLanguage property.

Returns

If non-null, the value to use for the "Accept-Language" header

on soup.message.Messages sent from this session.

Setting this will disable soup.session.Session.acceptLanguageAuto.

void acceptLanguage(string propval) @property

Set acceptLanguage property.

Parameters

propvalIf non-null, the value to use for the "Accept-Language" header on soup.message.Messages sent from this session. Setting this will disable soup.session.Session.acceptLanguageAuto.