Open
Description
Original issue: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1422626
Affected Branch:Main
Localized Language:-Korean
Affected Product Language:
Steps to reproduce:
- Install VS
- Create Asp.net core web app
- Open Index.cshtml in the editor
- Open Index.cshtml.cs in the editor
- Launch without debugging (Ctrl+F5)
- Goto Output window->Open "Razor language server client" from menu
Expected:
Output window should be localized
Actual:
The output window isn't localized
Razor language server client
The log message is expected, but the Razor Language Server Client
part is a different story.
I think we DID intend this the ClientName part to be un-localized because we key off it in a couple places, but given that it's user-facing in this way I don't know that that's really a good idea. On the other-hand splitting the keying and the display may not be possible without a platform reaction. We should investigate our options and see if splitting the two is feasible.
Activity