문제

I am using website standards and using the PayPal api using subscriptions and want to force the page into Spanish, for example. My attempt was to use the LC post variable, below, but it doesnt do anything.

$p->add_field('lc','es');

How can I force the page into the language of my choosing?

도움이 되었습니까?

해결책

This should work just fine, example: jsfiddle.. Maybe post the output?

<input type="hidden" name="lc" value="ES" />
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top