ChannelLanguage Property

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

Syntax

ANSI (Cross Platform)
char* GetChannelLanguage();
int SetChannelLanguage(const char* lpszChannelLanguage); Unicode (Windows) LPWSTR GetChannelLanguage();
INT SetChannelLanguage(LPCWSTR lpszChannelLanguage);
@property (nonatomic,readwrite,assign,getter=channelLanguage,setter=setChannelLanguage:) NSString* channelLanguage;
- (NSString*)channelLanguage;
- (void)setChannelLanguage:(NSString*)newChannelLanguage;
#define PID_RSS_CHANNELLANGUAGE 16

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_RSS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_RSS_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

String

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