[PTRun][Calc] Add support for different list separators based on locale #36732
Labels
Idea-Enhancement
New feature or request on an existing product
Run-Plugin
Things that relate with PowerToys Run's plugin interface
Status-In progress
This issue or work-item is under development
Description of the new feature / enhancement
In cultures where the list separator isn't a comma, the only way to use functions that take multiple arguments is this weird workaround where you surround a comma with spaces (i.e.
max(2,7 , 3,5)
). I propose replacing the current culture's list separator with the target culture's (en-US) separator, so that you can domax(2,7;3,5)
.Scenario when this would be used?
When the current culture uses a different list separator than
,
Supporting information
No response
The text was updated successfully, but these errors were encountered: