Multilingual / Multilocal Implementation
GF.pageContext = {"type": "OTHER", "lng": "en_EN"};GF.pageContext = {"type": "OTHER", "lng": "North-East"};"name": "Chaussures blanches" // product name in the default language
"lng:en_EN:name": "White shoes" // product name in English"price": "150.00" // product price by default
"lng:NorthEast:price": "155.00" // product price in the North-East RegionLast updated