Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 12:39 UTC
Updated:
25 May 2012 at 00:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
xibun commentedhere we go with a first shot.
but:
- I tried it with the PayPal sandbox and the sandbox always shows up in English. but that might be a sandbox problem?
- why do you currently use a dropdown menu to choose the language? PayPal actually offers more languages - I suggest a text box as used in uc_adyen. agree?
Comment #2
inki commentedWonderful - this solved one of the annoying internationalizatioin issues at my site.
Thanks a lot.
This should definitely be integrated in the module.
Ingo
Comment #3
kingandyRather than manually picking up all the languages in the site and managing the settings for each, this should probably be done by setting the language as an Internationalized Variable. (If nothing else, when a language is deleted the variable will still exist in the system.)
UC_Paypal already has one i18n var, so it would be an easy matter to add a second...
Comment #4
kingandyThat said, personally, I've done this with a form_alter module:
The 'if(in_array())' is only there because I got the impression from uc_paypal that those were the only supported languages, if that's not the case (as indicated in #1 above) it could probably be removed.
Does anyone know what language codes PayPal supports, and what happens if they get an invalid one?
Comment #5
YK85 commented+1 subscribing
I was wondering if there has been any additional development with this? Thanks
Comment #6
chuckbar77 commented+1 subscribing
Comment #7
xibun commented@yaz085: we are now accepting PayPal through Adyen - this solves the problem for us. (http://drupal.org/project/uc_adyen)
Comment #8
longwaveLet's deal with this in #626536: 'PayPal login page language' is incomplete
Comment #9
Enrique.Ruiz commentedThis is a different issue from #626536, and it was not being dealt with in it, so I reactivated it.
I am not programmer and I dont know how to apply the patch mentioned before. Can anyone post a patched version of uc_paypal please? Help would be appreciated.
I am finishing a multilanguage project (English/Spanish) with i10n and firewing1 solution, and after extensive work now I find that uc_paypal does not allow to use a user selected language with PayPal. It is difficult to believe that nobody has a multilanguage ubercart shop using PayPal. Can it be?
Comment #10
tr commentedI fail to see how it is different than #626536: 'PayPal login page language' is incomplete. Regardless, we don't need two issues open. Please post your comments in that other issue, not here.