# File lib/locale/info/language.rb, line 76
      def to_s
        if two_code and two_code.size > 0
          two_code
        else
          three_code
        end
      end