brightspot-cms icon indicating copy to clipboard operation
brightspot-cms copied to clipboard

Translation/localization of site content

Open Typografikon opened this issue 6 years ago • 0 comments

Hi,

I read http://docs.brightspot.com/cms/developers-guide/localization/ but I am still not sure how to implement for example Article which can be translated to multiple languages:

public class Article extends Content {

	@Indexed
	@Required
	protected String title;

	@Indexed
	@Required
	protected ReferentialText body;

	/* getters and setters */
}

I want to have english and german translation of title and body fields. Is there some support for this?

FYI: I am still using jsp for page rendering.

Thanks, Ondrej.

Typografikon avatar Jun 19 '18 15:06 Typografikon