module Webgen::LanguageManager
Used for managing human languages.
Public Class Methods
find_language(text)
Return an array of Language
objects whose description match the given text
.
language_for_code(code)
Return a Language
object for the given language code or nil
if no such object exists.
languages()
Return all available languages as a Hash
. The keys are the language codes and the values are the Language
objects for them.