This is a new issue to take over the discussion in #364535: Add localization support for link text, where user develCuy submitted a patch to remove i18n path suffixes from the URLs used by TCPDF in order to enable image loading by TCPDF.

CommentFileSizeAuthor
print_pdf-i18n.patch906 bytesjcnventura

Comments

joostvdl’s picture

The function i18n_get_lang doesn't exist in D6. So I think this will never work?

jcnventura’s picture

The i18n_get_lang() function is added by the i18n module.. So, I guess what you're telling me is that the country code is added by the locale module (part of core Drupal) .. :)

João

joostvdl’s picture

Yep ...found it also where it should came from. But the Locale module creates also the country code.

jcnventura’s picture

Status: Active » Closed (duplicate)