# Setting locale

The PaymentMollieProvider.vue component allows setting a custom locale for the whole payment flow.

<template>
  <PaymentMollieProvider 
    locale="de_DE"
  />
</template>

See the Parameters (opens new window) page for a list of supported locales.