Packages » Package freeformdemo » Class FDI18N

Class FDI18N

Declaration:
<? class FDI18N extends FDDemo ?>

Description:
This is the I18N API demo that will allow you to select country, language, collation and timezone and watch how the localized items will change. To successfully run this demo you will have to correctly confogure the i18n package.

Parent Classes:
Action , FDBaseAction , FDDemo

Authors:
  • Dennis Popel

Methods:
  • getDescription()
    This method will be called statically via reflection to get the descrtiption of the demo for the drop down list
  • getNext()
    This is called to get the 'next' demo in the wizard-like style
  • getPrev()
    This is called to get the 'previous' demo in the wizard-like style
  • getTitle()
    This is overridden to return the page title that will be used in the
  • langSort()
  • onInit()
    As we have the same document preparation process in every demo action, we difine this onInit method to take care of this
  • process()
    Normally demo actions override this to set additional template variables
  • tzSort()