You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mariusz Łączak edited this page Dec 1, 2013
·
6 revisions
Example usage
Easy translation, just place messages at __() function and after changing language the strings will be automatically translated from eg. common/i18n/pl.php
<?phpecho__('The base application in PhalconPHP');
echo__('Hello :user', array(':user' => 'mruz'));