Google plus 谷歌+;1和多语言网站

Google plus 谷歌+;1和多语言网站,google-plus,google-plus-one,Google Plus,Google Plus One,我想在我的网站上添加“Google+1”按钮。我添加元素 <html itemscope itemtype="http://schema.org/Other"> <meta itemprop="name" content="title"> <meta itemprop="description" content="erterter"> <meta itemprop="image" content="http://www.mmaer.com">

我想在我的网站上添加“Google+1”按钮。我添加元素

<html itemscope itemtype="http://schema.org/Other">

<meta itemprop="name" content="title">
<meta itemprop="description" content="erterter">
<meta itemprop="image" content="http://www.mmaer.com">

到我的页面。它在单语言页面上运行良好,但在多语言情况下运行不正确。我的页面按浏览器的语言定义页面的语言,描述填充依赖于此语言。所以,即使我看到页面的代码:

    <meta itemprop="name" content="Magic Screenshot">
    <meta itemprop="description" content="Russian text">
    <meta itemprop="image" content="http://www.magicscreenshot.com/Content/Images/error_FileNotFound_small.jpg">

当我点击“谷歌+1”时,我看到了英文文本。如何修复它

我通过以下代码添加此按钮

<div style="text-align: right;">
    <div class="g-plusone" data-size="medium" data-annotation="inline" data-width="300" data-href="http://wwww.com"></div>

    <script type="text/javascript">
        window.___gcfg = { lang: 'ru' };

        (function () {
            var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
            po.src = 'https://apis.google.com/js/plusone.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
        })();
    </script>
</div>

窗口。uuuugcfg={lang:'ru'};
(功能(){
var po=document.createElement('script');po.type='text/javascript';po.async=true;
po.src=https://apis.google.com/js/plusone.js';
var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(po,s);
})();

我使用ASP.NET MVC 4,如果它有任何意义的话,我不知道你的意思是什么。如果默认情况下用户在浏览器中使用俄语打开页面,则会使用俄语文本打开页面;如果使用英语语言,则会使用英语文本打开页面。但用户总是在他的Google Plus页面上看到英文文本……你说你是基于浏览器语言生成这个标签的。怎么做服务器代码正在生成元标记。我甚至不理解字符串窗口的意义;因为即使使用这个参数,用户也会在他的google plus页面上获得英文文本。好的,我认为这些细节值得讨论。结束我的参与,祝你好运!