Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Language of donation (Paypal) page  (Read 11106 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Language of donation (Paypal) page
« 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?
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10800
    • View Profile
    • development blog
    • Email
Re: Language of donation (Paypal) page
« Reply #1 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).
« Last Edit: November 15, 2013, 12:34:40 pm by eXpl0it3r »
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Language of donation (Paypal) page
« Reply #2 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 :-\
Laurent Gomila - SFML developer

Jeramy

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Language of donation (Paypal) page
« Reply #3 on: December 12, 2013, 07:10:14 am »
A website in several languages ​​is a normal thing

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Language of donation (Paypal) page
« Reply #4 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 :)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Language of donation (Paypal) page
« Reply #5 on: February 17, 2014, 08:12:29 pm »
Ah, thanks, I'll try this ASAP :)
Laurent Gomila - SFML developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Language of donation (Paypal) page
« Reply #6 on: February 18, 2014, 08:53:37 pm »
Done. Is it ok now?
Laurent Gomila - SFML developer

Cadisol87

  • Full Member
  • ***
  • Posts: 129
  • C++ Programmer
    • View Profile
Re: Language of donation (Paypal) page
« Reply #7 on: February 18, 2014, 09:05:21 pm »
Yeah, now the donation page is in english!  :)