localization - openGraph locale for Argentina -
i expecting es_ar using es_ar og:locale
causes error in debugger
<meta property="og:locale" content="es_ar">
so opengraph locale should using argentina? see these possible settings español in source...
'es_co' => _('spanish (colombia)'), 'es_es' => _('spanish (spain)'), 'es_la' => _('spanish'),
'es_la' looks general spanish latin america, add underneath `es_ar line correct according i18n standards, , facebook debgugger should be.
the meta tags used on google+ , linkedin, , search engines bing not removed es_ar
when valid, tag aded locale using og:locale:alternate
es_la
described here.
here facebook says, https://developers.facebook.com/docs/internationalization
the locales facebook supports referenced in facebook locales xml file. codes in xml file follow iso language , country codes respectively, concatenated underscore. basic format ll_cc, ll two-letter language code, , cc two-letter country code. instance, en_us represents u.s. english.
there 2 exceptions not follow iso standard: ar_ar , es_la. use these denote umbrella locales arabic , spanish. spanish, support few specialized localizations.
your can determine locale andlanguage of person using app through locale field of user graph api object.
the file gives choices mexico, columbia, chile, venezula, spain plus spanish generic mentioned es_la
.
Comments
Post a Comment