rlmp / rlmp-language-detection
This plugin detects the visitor's preferred language and sets the local configuration for TYPO3's language engine accordingly. Both, one-tree and multiple tree concepts, are supported. It can also select from a list of similar languages if the user's preferred language does not exist.
Installs: 22 848
Dependents: 2
Suggesters: 0
Security: 0
Stars: 11
Watchers: 5
Forks: 22
Type:typo3-cms-extension
Requires
- php: >7.0
- sjbr/static-info-tables: ^6.4
- typo3/cms-core: ^7.6 || ^8.7
Suggests
- ext-geoip: *
- pear/net_geoip: Determine physical location from IP address
Replaces
- rlmp_lanugage_detection: 8.1.2
- typo3-ter/rlmp-language-detection: 8.1.2
README
Changes for version 7.0.0
TYPO3 CMS 7 compatibility
ATTENTION: The plugin is not automatically registered to your PAGE object anymore, do that manually where needed. See manual!
- Removed old xclassing
- Created a TypoScript static template (!!! breaking)
- Moved class to Classes folder and namespaced it
- Migrated manual to ReST
Changes for version 3.1.0
- Added support for PEAR package Net_GeoIP
- Removed support for deprecated extension ml_geoip
Changes for version 3.0.0
TYPO3 extension rlmp_language_detection ready for 6.2
- Removed all require_once() calls
- Replaced deprecated function calls to the new namespaced ones
- Reformatted code according to the TYPO3 CGL