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

Localize start page tooltip #2341

Open
StanleyGoldman opened this issue May 1, 2019 · 3 comments
Open

Localize start page tooltip #2341

StanleyGoldman opened this issue May 1, 2019 · 3 comments

Comments

@StanleyGoldman
Copy link
Contributor

@StanleyGoldman StanleyGoldman commented May 1, 2019

We are wondering how to localize the tooltip for the start page created with ProvideCodeContainerProvider, or is the answer that such text cannot be localized?

image

The #110 and #111 below refer to 110 and 111 in the resx file.

[ProvideCodeContainerProvider("GitHub Container", Guids.StartPagePackageId, Guids.ImagesId, 1, "#110", "#111", typeof(GitHubContainerProvider))]

<data name="110" xml:space="preserve">
<value>GitHub</value>
</data>
<data name="111" xml:space="preserve">
<value>Powerful collaboration, code review, and code management for open source and private projects.</value>
</data>

@StanleyGoldman
Copy link
Contributor Author

@StanleyGoldman StanleyGoldman commented May 1, 2019

Visual Studio is able to localize it.

image

@StanleyGoldman
Copy link
Contributor Author

@StanleyGoldman StanleyGoldman commented May 3, 2019

@madskristensen Would you have any idea how we could localize this content?

@madskristensen
Copy link
Contributor

@madskristensen madskristensen commented May 3, 2019

I don't know how to do that. Have you tried a regular .resx file instead of the CTO merged one?

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

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.