* @version 0.1 */ interface ManageableLanguage extends FrameworkInterface { /** * Initialize the array-object for all later language strings * * @return void */ function initLanguageStrings(); } // END - class // [EOF] ?>