# File libglade/sample/l10n_main.rb, line 30 def initialize super(PROG_PATH, nil, PROG_NAME, LOCALE_DIR) # bind a textdomain to this file(you need to write this in each files). bindtextdomain(PROG_NAME, LOCALE_DIR, nil, "UTF-8") # : # Write your own code for initialization. # : end