Closed (fixed)
Project:
Internationalization
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2006 at 23:24 UTC
Updated:
16 Apr 2009 at 10:57 UTC
Guys,
I had this il8n module (beta) in drupal 4.7 and it worked fine. Please help me with this issue!
Fatal error: Call to undefined function: i18n_get_lang() in /mounted-storage/home17a/sub001/sc18682-VDDB/www/modules/i18n/translation.module on line 639
Renich
Comments
Comment #1
jose reyero commentedThe only reason I can think for this error is that you have not enabled the i18n module. Is this true?
Comment #2
jose reyero commentedComment #3
jose reyero commentedComment #4
(not verified) commentedComment #5
mgrant commentedI got around this by adding this line to i18n/experimental/i18nstrings.module:
include 'sites/all/modules/i18n/i18n.module';