Customer mode.
Plugin checks the customer's language (site language) and send to PayPal.
If you need to send only German to PayPal you can change the file PaymentInfo.cshtml.
var ppp = PAYPAL.apps.PPP({
"approvalUrl": "@Html.Raw(Model.ApprovalUrl)",
"placeholder": "ppplus",
"mode": "@Model.Mode",
// "language": "de_DE",
// "country": "DE",
"language": "@Model.Language",
"country": "@Model.Country",
"showPuiOnSandbox":"true",
showLoadingIndicator: true,
onLoad: function() {
$('#ppplus iframe').width('100%');
}
});
If you need to change the language in admin mode and warning messages than you can change the file Resources.en-us.xml with resources.
One of our customer was from German and he did language translating to German.
https://www.nopcommerce.com/p/3139/language-foxnetsoft-39-deutsch.aspxYou can connect to him.