Problem with language variable

CharlesJ
New Community Member

Hello there !

 

I can't force the paypal landing page language anymore.

Even when I force the "lc" variable to "EN" or "US" it will always display the landing page in French.

 

The only trick I found so far is to pass the country variable as "US" for our english speaking users so that a small language menu appear on the top right corner of the landing page ; which is quite inconvenient as we have many english speaking clients living in France right now.

 

You will find below an example of what we send right now for our english spealing users :

 

<form name="paypal" method="post" action="https://www.paypal.com/cgi-bin/webscr">
	<input type="hidden" name="cmd" value="_xclick" />
	<input type="hidden" name="business" value="[no_need_to_display_here]" />
	<input type="hidden" name="item_name" value="[no_need_to_display_here]" />
	<input type="hidden" name="item_number" value="[no_need_to_display_here]" />
	<input type="hidden" name="amount" value="10" />
	<input type="hidden" name="currency_code" value="EUR" />
	<input type="hidden" name="custom" value="[no_need_to_display_here]" />
	<input type="hidden" name="invoice" value="[no_need_to_display_here]" />
	<input type="hidden" name="charset" value="iso-8859-15" />
	<input type="hidden" name="lc" value="US" />
	<input type="hidden" name="country" value="US" />
	<input type="hidden" name="cancel_return" value="[no_need_to_display_here]" />
	<input type="hidden" name="notify_url" value="[no_need_to_display_here]" />
	<input type="hidden" name="cbt" value="[no_need_to_display_here]" />
	<input type="hidden" name="return" value="[no_need_to_display_here]" />
	<input type="hidden" name="cpp_header_image" value="[no_need_to_display_here]" />
	<input type="hidden" name="rm" value="2" />
	<input type="hidden" name="no_note" value="1" />
	<input type="hidden" name="no_shipping" value="1" />
	<input type="hidden" name="page_style" value="primary" />
</form>

 

Thanks for your help !

 

Charles

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.