php - What do the __'s mean in this context? -


throw new exception(__('exception')); 

what __'s do? called? i've seen in several implementations , common throughout magento codebase.

thanks

__ common name localization function. __ valid function name other.

function __($text) {     // return localized text } 

how works depends on framework in question.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -