Fetch localized multilingual attribute

Permalink
I'm using localized attributes both for the page content and the title and description tags.

I want to display the localized content of the attributes in my page. I tried the following codes, but they all return only the default English content of the attribute.

$title =t( $page->getAttribute('localized_title'));
$title = t($c->getCollectionAttributeValue('localized_title'));