The __ function translates the given translation string or translation key using your localization files:
<?php echo __('Welcome to our application');

echo __('messages.welcome');