<% require 'gettext' include GetText bindtextdomain("helloerb", :path => "locale") %> <%= _("aaa") %>

<%= _("aaa\n") %>

<%= N_("bbb") %>

<%= n_("ccc1", "ccc2", 1) %>