Input system failing to recognize left/right clicks on non english OS

Initially I was using the old input system and have seen two reports so far that specific mouse clicking isn’t working. I haven’t had any complaints about event triggers, or OnMouseDown() functions, just things where I’m doing “Input.GetMouseDown(0)” calls. So far two people using Logitech Ghub mice have said they’re having problems, one user is dutch, and the other is in italy.

I’ve just swapped over to the new input system and I’m having the same issue, Dutch Windows, using: Mouse.current.leftButton.wasPressedThisFrame and getting nothing when they click.

I’m on Unity 2021.3.18f1

I was able to replicate this by changing my regional language settings in windows to Nederlands(Dutch) and sure enough left / right click in game do not work. I changed it back to English(US) and I can attack again.

I tried changing the mouse buttons to virtual as well and still nothing.

8794150--1195162--upload_2023-2-9_11-39-4.png