'PayPal login page langage' is incomplete
praseodym - November 8, 2009 - 01:06
| Project: | Ubercart |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The 'PayPal login page language' dropdown is incomplete.
It currently has the following code:
<?php
$form['uc_paypal_wps_language'] = array(
'#type' => 'select',
'#title' => t('PayPal login page language'),
'#options' => drupal_map_assoc(array('AU', 'DE', 'FR', 'IT', 'GB', 'ES', 'US')),
'#default_value' => variable_get('uc_paypal_wps_language', 'US'),
);
?>This list is incomplete; PayPal has translated pages for many European countries. The PayPal documentation says: "For allowable values, see Country Codes." (https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develo...)

#1
Changing the Paypal login page language setting doesn't seem to work. Has everyone ever tested this?