Rhino-Python language

Hi there,

I’m trying to write some routine in python inside rhino but i Have a little problem:

I use rhino in English but my coworkers use it in italian and this make it impossible for them to use my scripts.

Lot of commands can be used using the underscore before the name of the command but some things (for exemple if i want to script an offset i write "‘_OffsetSrf Distance _Enter 5 Solid=Yes _Enter’ but it seems that the word “Distance” create some problems.

Is there a way to set my script so that it checks the language and acts depending on it?
Thanks a lot!

1 Like

You need to use an underscore for each option as well

2 Likes

Thank you so much!