Dashboard > blojsom 3.0 > ... > Plugins > Language Selection Plugin
  blojsom 3.0 Log In   View a printable version of the current page.  
  Language Selection Plugin
Added by David Czarnecki, last edited by David Czarnecki on Jul 10, 2007  (view change)
Labels: 
(None)

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.

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators