I know how to get locale in Symfony e.g. $request->getLocale()
but I want to get complete locale in the format "locale_region" e.g. "en_US" etc. I currently have the the locale say en, fr, es etc but I want to get complete locale. I need this because I want to translate the Facebook share button which contains code like this //connect.facebook.net/en_US/
Thank you.