-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Localize apphost error page #71283
Comments
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsThere was a request on our host improvements post to localize our host error messages (specifically relating to the download the runtime UX). That sounds like a good idea. We should consider it.
|
@elinor-fung did investigation on this topic and wrote some ideas here: https://github.com/dotnet/runtime/blob/main/docs/design/features/localization-options.md |
I have often heard that we want to keep the host relatively small (in size). With the localization option, I think the executable becomes significantly larger. Is this planned only for the "normal" host or also for the singlefilehost? |
Right now there's not specific plan - but the customer ask is actually mostly about the That said, the errors in the apphost itself are only very few - most of the logic and thus errors are in the We could also consider localizing just the UI for now, as that's where this ask comes from most frequently. So Windows-only and just the text which is shown in the dialog box. |
That thinking makes sense to me. I am wondering if we want to start with the (shared) dotnet host localization topic first. That would help developers and is still worthwhile. We might approach the apphost localization topic at the same time as updating the UI. Our approach there might influence the technical localization plan. I am wondering if we end up with a bare bones experience and then a fancy one and then let people choose. I have this feeling that it is going to be very hard to provide a fancy experience that works for all scenarios. |
Multiplying hosts is likely to be pretty expensive, partially because once we scale past one or two we'll have to build dedicated infrastructure to handle the building and publishing (not to mention testing). |
Agreed on that. We need to spend some more time thinking about how to deliver a better experience. |
There was a request on our host improvements post to localize our host error messages (specifically relating to the download the runtime UX). That sounds like a good idea. We should consider it.
@elinor-fung @vitek-karas
The text was updated successfully, but these errors were encountered: