How to change the language/locale on android emulator

Hi All,
I have used the below adb command to change the langauge/locale
adb shell setprop persist.sys.language fr; setprop persist.sys.country CA; setprop ctl.restart zygote
It has worked fine for one instance. It is not able to change the language when i tried the same command again.Could you please help with this