Giter VIP home page Giter VIP logo

Comments (16)

ferencbrachmann avatar ferencbrachmann commented on June 10, 2024

As far as we understand that's not possible.
However, we do support multi-language content with Beeem and when this becomes possible we'll support it.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

Hmm that's a bit dissapointing honestly..

Multi-language content on our own pages is a cakewalk, just the problem of getting a user to click on a notification that is not in their native language.. (Think: why would I click a notification in some weird language that I don't neccesarily understand?)

I would think this should be relatively easy to support with either something like hreflang (so the metadata could be crawled by the device for preferred language):

<link rel="alternate" href="http://example.com/en" hreflang="en" />
<link rel="alternate" href="http://example.com/sv" hreflang="sv" />

Or being able to place multiple titles/descriptions in a single page's like:

<meta name="description" content="This is an example text" lang="en">
<meta name="description" content="Detta är en exempeltext" lang="sv">

I find it hard to believe that this would have been missed and is not supported, considering how important localized content is to a user.
Not to mention how common it is for countries to be multilingual https://en.wikipedia.org/wiki/List_of_multilingual_countries_and_regions

from physical-web.

auge2u avatar auge2u commented on June 10, 2024

@MaZZly
I agree. This is exactly the standards we are going to add to the next version of Physical Web we are currently laying the foundation to build. We will need people like you to be part of the process.

Join the slack channel with the link below where we are upgrading the current and Physical Web standards. Our group is spearheading the initiatives for adoption, spam solutions, and commercial and public partnerships to implement PW2 as a ubiquitous solution for proximity engagement.

https://join.slack.com/t/physicalweb2/shared_invite/enQtMzMyMDYyMTE2NjE1LTA0NWRiNzdjYTM3NTFiODhjN2MxODMwMWM1NzhmZTE3YzRiZjA2ZTQyMTcxMGZkYzg3ODc3MWUwZDY5YWJjMDA

from physical-web.

adriancretu avatar adriancretu commented on June 10, 2024

If you know where you place your beacon what's the point of a multi-language meta schematics? Just use an URL that resolves to the localized language of where the beacon is. If you use a www internet page meant for all the people on the planet with 300 meta tags and i18n support for all your users, then you've got the PW philosophy wrong. Use a unique URL to solve for the beacon's geo, not the other way around.

from physical-web.

ferencbrachmann avatar ferencbrachmann commented on June 10, 2024

@adriancretu There is a huge opportunity for multi-language in museums and in tourism all over Europe.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@adriancretu because e.g. in Finland we have 2 main languages, and we can't with any certainty know if the user would be a native Finnish or Swedish speaker (or even English expat).
It's not about cramming 300 meta tags for all languages, but at least making it usable for the region where it is placed.

And exactly like @ferencbrachmann said, there are many cases where some major languages would be useful, e.g. showing metadata in correct language at events/museum. simply placing English, Spanish, Mandarin and some other languages and you would cover a large portion of the potential population.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@auge2u I tried the link but never got any mail from Slack.. tried again now but still same thing, anything that needs to be approved on your end first?

from physical-web.

auge2u avatar auge2u commented on June 10, 2024

@MaZZly
Odd that it didn't work. Try again below?

https://join.slack.com/t/physicalweb2/shared_invite/enQtMzMyMDYyMTE2NjE1LTA0NWRiNzdjYTM3NTFiODhjN2MxODMwMWM1NzhmZTE3YzRiZjA2ZTQyMTcxMGZkYzg3ODc3MWUwZDY5YWJjMDA

from physical-web.

ravipratapm avatar ravipratapm commented on June 10, 2024

@MaZZly Actually, multi-language notifications ARE supported by Google Nearby, and you can take full advantage of them with Beaconstac.

from physical-web.

ravipratapm avatar ravipratapm commented on June 10, 2024

@MaZZly If you want more information on how it's done, please see this: https://developers.google.com/nearby/notifications/developer_faq (see the last question "What about localization of the title Nearby Notifications uses?").

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@ravipratapm does that work also with eddystone URLs? I don't think it's possible to provide an attachment there?

from physical-web.

ravipratapm avatar ravipratapm commented on June 10, 2024

@MaZZly That's right - it's not available on the Physical Web. Attachments are a feature of Google Nearby.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@ravipratapm okay, so then this Issue is still very valid.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@auge2u btw still doesn't work.. just says email has been sent to my gmail, but can't find any mails in inbox/spamfolder etc

from physical-web.

auge2u avatar auge2u commented on June 10, 2024

@MaZZly Other people are signing up but how about you send me an email at [email protected] ?
should catch you there.

from physical-web.

MaZZly avatar MaZZly commented on June 10, 2024

@auge2u sent an email there now =)

from physical-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.