Changing the Language in FeedList Output
-
Hi. My Website is available in both French and English. I display information using FeedList on a page that is available in either language. I would like to change the “Read More” link for the French-language version, depending on the language the page is displayed in (the pages are separetely oced). I have toyed with the plugin’s config, and it seems to allow this, but I can’t figure how to set it to work, it always displays it in English no matter what. I have tried various combinations of settings, with single and double quotes, no quotes, etc. Maybe I forgot a parameter. Some help with this would be appreciated.
Here’s my current setting for the French page:
<?php feedList(array("rss_feed_url"=>"https://www.myrssfeed.ca/newwebsite/?cat=16&feed=rss2", "language"=>fr_FR, "num_items"=>4, "show_description"=>true, "translations"=>ReadMore, "max_characters"=>140, "max_char_wordbreak"=>true ) ); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Changing the Language in FeedList Output’ is closed to new replies.