You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When pac.exe is installed by `dotnet tool install --global <PACKAGE_ID>' it should also respect DOTNET_CLI_UI_LANGUAGE.
I do not find localized exceptions and messages helpful.
Describe the solution you'd like
It would be great if this tool respected the enviroment variable DOTNET_CLI_UI_LANGUAGE.
This does not seem to be the case right now:
>dotnet tool install --global Microsoft.PowerApps.CLI.Tool>set DOTNET_CLI_UI_LANGUAGE=en-US>pac.exe connector listAnsluten till ... The EnvironmentAnsluten som [email protected]
Interestingly and confusingly (for me), dotnet tool itself does output in English but it still installs a localized version of the tool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When
pac.exe
is installed by `dotnet tool install --global <PACKAGE_ID>' it should also respect DOTNET_CLI_UI_LANGUAGE.I do not find localized exceptions and messages helpful.
Describe the solution you'd like
It would be great if this tool respected the enviroment variable DOTNET_CLI_UI_LANGUAGE.
This does not seem to be the case right now:
Interestingly and confusingly (for me),
dotnet tool
itself does output in English but it still installs a localized version of the tool.Beta Was this translation helpful? Give feedback.
All reactions