%words = ( 'file_not_found' => { 'de' => "File nichte founden", 'dk' => "Fil ikke fundet", 'uk' => "File not found", } ); print $words{'file_not_found'}->{$lang}."\n";