Language Support
Skrill JS will be initialized in the language specified as a payment parameter during Payment Session creation. If not provided, the default language is English. The SDK supports a dynamic change of the current language in the following way:
instance.setLanguage('fr'); // French
The function returns a promise of boolean
that is resolved once the language is changed successfully. The parameter is a 2-letter ISO code of the language. Supported languages are the same as the ones for Skrill Quick Checkout.