Jump to content

Translate Process Blog


pandaman
 Share

Recommended Posts

Hi, i worked on a multilanguage site and everything worked properly.

To switch languages i used this code

foreach($languages as $language) {
  if(!$page->viewable($language)) continue; 
  echo "<li>";
    $url = $page->localUrl($language); 
    $hreflang = $homepage->getLanguageValue($language, 'name'); 
    echo "<a hreflang='$hreflang' href='$url'>$hreflang</a></li>\n";
}

I see all he pages, but now i installed the Process Blog module  and i can't see the blog posts in different languages.
The switcher doesn't show any other language, but in the backend i added all the translations.

Maybe am i missing something? I look in the blog templates but they are translatable!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...