- Use template parameter in language selector's viewlet zcml declaration. Make it easier to customize in add-ons. [toutpt]
2.0
----------------
- Update license to GPL version 2 only. [hannosch]
2.0b1
------------------
- Updated language selector markup to match the one in LinguaPlone. [hannosch]
- Avoid extra empty span inside the language selector. [hannosch]
- Move the language selector viewlet to the portal header viewlet manager. [davisagli]
1.0.8
------------------
- Optimize the language selector available check. We really don't need to get the entire list of all available languages, if we don't show the selector. [hannosch]
1.0.7
------------------
- Changed the language selector viewlet, so in case 'native' is not present (combined languages), use the name. This closes http://dev.plone.org/plone/ticket/9318 [igbun]
1.0.6
------------------
- Sort languages as shown in the user interface by order in portal_languages supported_langs variable. This allows to sort languages through GenericSetup. [buechler, nouri]