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

Internationalization of Web Components #175

Closed
mattyclarkson opened this issue Jun 7, 2013 · 2 comments
Closed

Internationalization of Web Components #175

mattyclarkson opened this issue Jun 7, 2013 · 2 comments

Comments

@mattyclarkson
Copy link

I watched your talk and have been playing around with the web components in polymer and I absolutely love it, thanks for all of your great work.

I have been thinking about how to make my web component internationalized. For example, I could check the lang attribute of the html element and provide the correct translated string(s) in my component. I could also add a mutation observer to the same element and attribute and update my component if the lang attribute is changed at runtime.

Do you guys have any views towards the internationalization of the web components? Are there any W3C specifications for standards based internationalization of web pages? Is there any blog post I can read around the issues?

@jkomoros
Copy link

Matt, this is a great question. You should ask it on
polymer-dev@googlegroups.com, where others will see it and you're far more
like to get a response.

On Fri, Jun 7, 2013 at 4:05 AM, Matt Clarkson notifications@github.comwrote:

I watched your talk and have been playing around with the web components
in polymer and I absolutely love it, thanks for all of your great work.

I have been thinking about how to make my web component internationalized.
For example, I could check the lang attribute of the html element and
provide the correct translated string(s) in my component. I could also add
a mutation observer to the same element and attribute and update my
component if the lang attribute is changed at runtime.

Do you guys have any views towards the internationalization of the web
components? Are there any W3C specifications for standards based
internationalization of web pages? Is there any blog post I can read around
the issues?


Reply to this email directly or view it on GitHubhttps://github.com//issues/175
.

@mattyclarkson
Copy link
Author

OK, thanks, I'll get on the mailing list and post the question.

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

No branches or pull requests

2 participants