Like the title, how can I get the attribute option value of a specific store view instead of the current store view ?
What I am trying to implement is something like this :
public function getAttributeOptionValue($attributeCode, $attributeOptionLabel, $storeView)
The attributeOptionLabel is the current attribute option label.
Simple! Ref
Mage_Eav_Model_Entity_Attribute::getStoreLabel()[link]: