SFML community forums

General => SFML website => Topic started by: Laurent on November 15, 2013, 12:19:37 pm

Title: Language of donation (Paypal) page
Post by: Laurent on November 15, 2013, 12:19:37 pm
Hi

Yesterday someone reported that the donation page on paypal was always in french. Since paypal seems to automatically select the user language, and mine is french, I can't verify this.

Can someone check this for me?
Title: Re: Language of donation (Paypal) page
Post by: eXpl0it3r on November 15, 2013, 12:23:32 pm
Qui, c'est en français. ;D

I think you can localize it by using a from instead of just a link, not sure though (e.g. see this (http://wine.1045685.n5.nabble.com/attachment/2109371/0/0001-Localize-French-paypal-donation-page.txt)).
Title: Re: Language of donation (Paypal) page
Post by: Laurent on November 15, 2013, 09:56:11 pm
What's strange is that I don't force any language, therefore it should take the user's preference. Forcing a language with the "lc" argument doesn't change anything. I don't know what to do :-\
Title: Re: Language of donation (Paypal) page
Post by: Jeramy on December 12, 2013, 07:10:14 am
A website in several languages ​​is a normal thing
Title: Re: Language of donation (Paypal) page
Post by: Cadisol87 on February 16, 2014, 10:50:14 pm
I think I got a solution.

Just change the  the 'donate' Button from your website from

<a id="donate" href="https://www.paypal.com/cgi-bin/webscr/?cmd=_s-xclick&amp;hosted_button_id=TYJ2XQPG3SXPG" title="Make a donation">Donate</a>
 

to

<a id="donate" href="https://www.paypal.com/cgi-bin/webscr/?cmd=_s-xclick&amp;hosted_button_id=TYJ2XQPG3SXPG&lc=US" title="Make a donation">Donate</a>
 

That worked for me :)
Title: Re: Language of donation (Paypal) page
Post by: Laurent on February 17, 2014, 08:12:29 pm
Ah, thanks, I'll try this ASAP :)
Title: Re: Language of donation (Paypal) page
Post by: Laurent on February 18, 2014, 08:53:37 pm
Done. Is it ok now?
Title: Re: Language of donation (Paypal) page
Post by: Cadisol87 on February 18, 2014, 09:05:21 pm
Yeah, now the donation page is in english!  :)