I ran into a script that was calling `SetLocale`.
I didn't realize this was a built in function as it was missing in the `global_props` array and I couldn't find it defined in the script.
After some research, I found it here: https://www.oreilly.com/library/view/vbscript-in-a/0596004885/re172.html
This just adds the stubs for `GetLocale` and `SetLocale` so they can hopefully be implemented later.