Suin\RSSWriter\Channel::language PHP Method

language() public method

The language the channel is written in. This allows aggregators to group all Italian language sites, for example, on a single page. A list of allowable values for this element, as provided by Netscape, is here. You may also use values defined by the W3C.
public language ( string $language )
$language string
    public function language($language)
    {
        $this->language = $language;
        return $this;
    }