Multilingual Content not working
-
Hello!
I am currently setting up a website that has content in two languages: primary is German, secondary English. I am using Sublanguage to manage multilinguality, including setting up different permalinks, etc.
However, when using ALM to display posts, they are always displayed in the primary language, no matter how often I switch to English and check if the URL actually contains
/en/, which it does.
Not only the post content remains in German but everything else too, including the template parts for which my theme provides translations (i.e. “read more” link text). Considering that, I figured that the problem most likely isn’t query related. It appears as if ALM doesn’t recognize the language variable or something like that.Sublanguage does support AJAX, as stated in the FAQ, but since my knowledge of AJAX is close to zero, the information provided doesn’t really help me..
Do you have any idea how to fix this problem?
Thanks!
PS: I don’t know if this has anything to do with the above, but I also noticed that
the_excerpt()produces a different output when used in my ALM repeater template than when in theme template files. While the latter show a “read more” link by themselves,the_excerpt()within the ALM repeater template only puts out “[…]” without a link at the end of the excerpt’s text.
The topic ‘Multilingual Content not working’ is closed to new replies.