File: sample_info.rb

package info (click to toggle)
ruby-locale 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 452 kB
  • sloc: ruby: 3,285; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
require 'rubygems'
require 'locale/info'

p Locale::Info.get_language("ja")
p Locale::Info.get_region("JP")