I don’t have access to non-English Rhino version but wanted to quickly test something.
When you run a command with " _ " before, to force English version, does it continue in English until the command is over, or each step needs to have “_” before the options is chosen?
For example, if you run _-Options what do you see next in the command line?
Do you get all the options in English, or localized?
I am looking for macro-ing the -_Options _Mouse _SelectionAndMiddleButton _MiddleButtonViewManipulation
macro to make sure I can switch and read the current state. The only way I know of how to read it for now is via parsing the command-line feedback and see if it is set to Yes or No.
If anyone can test it out and share the result I would appreciate it!
I pasted this command" -_Options _Mouse _SelectionAndMiddleButton _MiddleButtonViewManipulation"
The command history (F2) is below, command delete can be neglected - I used it just for separation from other commands.
The paste command appeared after inserting your command posted above. It seems all commands are localized. I highlighted beginning of all 4 options.
Would you have any suggestion on how to GET the value of _MiddleButtonViewManipulation setting?
I can set it via command line, but getting it by parsing the command history would not work on localized versions.
I saw these since Python would work for what I need as well, but that particular setting is not covered there.
Spent time going through all RhinoCommon documentation but nothing relevant came up.
Whenever you get a minute, let me know if there are any other ideas.
Thanks for answering despite being out of the office!