I need to get a list of cities in french for freebase suggest. I'm trying something like
$(".location_input").suggest({type:'/location/citytown', name: [{ lang: '/lang/fr'}] } );
or
$(".location_input").suggest({type:'/location/citytown', lang: '/lang/fr'} );
But it doesn't help this way. Any ideas? Documentations is a bit unclear on this matter