Package ca.phon.util

Class Language

java.lang.Object
ca.phon.util.Language
All Implemented Interfaces:
Comparable<Language>

public class Language extends Object implements Comparable<Language>
Represents a language. A language description comes in two parts: a 3-letter country code and a list of user ids for the language. The syntax for the language descriptor is: ([a-z]{3})(-[a-zA-Z0-9]{1,8})*