How to implement internationalization of OG-Tags?
问题 for an upcoming project we wanna translate our app to multiple languages. Having a look at Facebook's How-To: Open Graph Internationalization page, you get very detailed information on doing this. So, we implemented the tags correctly. When viewing the page as a english-speaking user, you get: <meta property="og:url" content="https://site.url" /> <meta property="og:title" content="English title" /> <meta property="og:description" content="English description" /> <meta property="og:locale"