<% require 'hellolib' require 'cgi' lib = HelloLib.new %>

<%= _("Hello World") %> - <%= @domainname %>

<%= description %>

<%= _("locale") %>: <%= Locale.get %>

<%= _("output_charset") %>: <%= GetText.output_charset %>

<%= _("QUERY_STRING") %>: <%= cgi.query_string %>

<%= _("Call a library method which has another textdomain.") %>

<%= lib.hello %>

<%= _("Back") %>