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

jose reyero’s picture

The only reason I can think for this error is that you have not enabled the i18n module. Is this true?

jose reyero’s picture

Status: Needs review » Active
jose reyero’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)
mgrant’s picture

I got around this by adding this line to i18n/experimental/i18nstrings.module:

include 'sites/all/modules/i18n/i18n.module';