FriendsOfSymfony / FOSFacebookBundle

NOT MAINTAINED - see https://github.com/hwi/HWIOAuthBundle
322 stars 140 forks source link

Change language. #226

Closed Chrysweel closed 11 years ago

Chrysweel commented 11 years ago

Hello. I need change language to Facebook. I use the FOSUserBundle and today I included the like button

I use the {{ facebook_initialize({'xfbml': true, 'fbAsyncInit': 'onFbInit();' }) }} in my base.hml.twig.

So my " like button " has the same language, I need change the language.

I know that the method facebook_iniatlize use a variable "culture" how I can modify or force it a language.

Somebody can help me? thanks!

Chrysweel commented 11 years ago

the solution is :

{{ facebook_initialize({'xfbml': true, 'fbAsyncInit': 'onFbInit();', 'culture': 'en_EN'}) }}

I hope help other people !!