class R18n::I18n

I18n support for JRuby.

I18n support for Mac OS X.

I18n support for UNIX-like OS.

I18n support for Windows.

Constants

WIN32_LOCALES

Public Class Methods

system_locale() click to toggle source
# File lib/r18n-desktop/java.rb, line 21
def self.system_locale
  Java.java.util.Locale.getDefault.toString
end