Description
Adds a field when you add or edit a blog entry to attach language metadata to a blog entry.
Availabilty
Available as of blojsom 2.24.
Installation and Setup
In your /WEB-INF/classes/blojsom-plugins.xml file, add the following:
<bean id="language-selection" class="org.blojsom.plugin.language.LanguageSelectionPlugin" init-method="init"
destroy-method="destroy">
<property name="eventBroadcaster">
<ref bean="eventBroadcaster"/>
</property>
</bean>
Usage
The metadata field populated for a blog entry is language. This field represents a 2-character language code of the language for the blog entry.