channel_language Property

This property is required for feeds that conform to version 0.

Syntax

def get_channel_language() -> str: ...
def set_channel_language(value: str) -> None: ...

channel_language = property(get_channel_language, set_channel_language)

Default Value

""

Remarks

This property is required for feeds that conform to version 0.91 of the RSS protocol. It contains the language code used to identify the language of the current RSS channel.

Examples include:

en English
en-US English (U.S. version)
ja Japanese
sq Albanian
fr-ca French (Canada)
etc...

For a detailed explanation about language codes please refer to RFC 1766.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]