Currency converter language
| Project: | Currency Exchange |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Hello all!
I have a multilingual site with Spanish (default language) and English. I've installed Currency module. The thing is that when I access currency page, all my site turns to Spanish even if I was in English. Well, the content of currency page is in English, but all my menus, blocks and so on appears in Spanish.
More things: I have the Language switcher block with the current language selected. When I enter into the currency page, the language switcher shows both language unselected. It is like the currency page has not language and Drupal uses the default language (Spanish).
Since I want to show currency page only for English customers, any of you know how could I force the currency page language to be English?
Thank you very much in advance!
Potter.

#1
Perhaps it is because the module has no Spanish translation? Try creating a translation using the general.pot file that is included in the 6.x-1.x-dev tarball (wait for 24 hours from now first, then download it).
This may make drupal distinguish between the two languages.
#2
Thank you, I'll try this and I comment you the results.