Hi,
It sounds like you've correctly set button language, but the country code is still being dictated by the plugin's default settings. The country code tells PayPal what language to use on the payment page.
Excerpt from the plugin's documentation:
http://trinitronic.com/index.php/Joomla ... ation.htmlIndividual Button Language
{nicepaypal:button type;custom graphic URL;button language code|amount|item name....
Example
{nicepaypal:cart;;fr_FR|15.00|T-Shirt}
Individual Button Country Code
{nicepaypal:button type;custom graphic URL;button language code;PayPal country code|amount|item name....
Example
{nicepaypal:cart_noview;;;ES|15.00|T-Shirt}
Example of individual button language and individual country code together:
{nicepaypal:cart_noview;;es_ES;ES|15.00|T-Shirt}
So for French you might set your button tag up like this:
- Code: Select all
{nicepaypal:cart_noview;;fr_FR;FR|15.00|T-Shirt}
And for English:
- Code: Select all
{nicepaypal:cart_noview;;en_US;US|15.00|T-Shirt}
~ All the best