Translationg Content (CMS)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Translationg Content (CMS)

iwolf
Hi everybody,

I looking for a way to translate content pages create in the CMS APP. Has anybody done this already and is willing to share this information. I very much appreaciate any hint, idea or solution.

Best regards,
Ingo
Reply | Threaded
Open this post in threaded view
|

Re: Translationg Content (CMS)

iwolf
Found a solution:

GenericValue content = delegator.findOne("Content", UtilMisc.toMap("contentId", requestParams.get("contentId").toString()), false);
GenericValue altContent = ContentWorker.findAlternateLocaleContent(delegator, content, locale);