Skip to content
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

[AspireDeployment] Environment service sends non-translated messages to caller #4499

Open
anvillan opened this issue Oct 29, 2024 · 1 comment

Comments

@anvillan
Copy link

Messages sent back to the caller of Environment.CreateEnvironment are not translated. E.g.:

Image

This message is located here:

_ = observer.OnNext(ctx, newImportantProgressMessage("Analyzing Aspire Application (this might take a moment...)"))

Ideally, this message -and all messages returned by the services exposed by the AzDev server- should be translated.

This would require not only defining the all the translated messages packages, but also a way to communicate the current locale of the client (caller). This configuration might be passed through Server.Initialize() endpoint.

Note: a bug for this has been already open for VS IDE. Bug 2291999, Area path DevDiv\Web Tools\Aspire

@rajeshkamal5050
Copy link
Contributor

azd today doesn't support i18n cc: @vhvb1989 @weikanglim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants