Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $locale = Mage::getSingleton('core/translate')->getLocale();
  2.  
  3. $locale->emulate($storeId); //push current locale to stack and replace with locale from specified store
  4.  
  5. //your magic here
  6.  
  7. $locale->revert(); //use last locale before last emulation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement