Dynamically change duckling locale through python

Hello, I am making a multilanguage bot and am utilizing the duckling services for my specific situation. I am wondering if it is possible to change the duckling locale dynamically based on user language input. For example if the user specifies that it wants to speak in spanish, that the locale for duckling dynamically changes to spanish in order to parse and identify the data correctly.

Thank you in advance for your help

You can ask questions on ducking in their repo here. I think the locale can be passed on each call to duckling as shown in their README.