constant I18N_MODE_LANGUAGE in Internationalization 7
14 uses of I18N_MODE_LANGUAGE
- i18nMenuTestCase::testMenuTranslateLocalizeSwitchToNonTranslatable in i18n_menu/
i18n_menu.test - Tests if on a switch from translatable to non translatable the translation sets and links are cleaned up.
- i18n_menu_i18n_object_info in i18n_menu/
i18n_menu.i18n.inc - Implements hook_i18n_object_info().
- i18n_menu_item_get_language in i18n_menu/
i18n_menu.module - Get language for menu item
- i18n_menu_menu_update in i18n_menu/
i18n_menu.module - Implements hook_menu_update()
- i18n_menu_parent_options in i18n_menu/
i18n_menu.admin.inc - Return a list of menu items that are valid possible parents for the given menu item.
File
- ./
i18n.module, line 31 - Internationalization (i18n) module.
Code
define('I18N_MODE_LANGUAGE', 2);