LocaleCategory
  
  Description:
  [ CCode ( cname = "int" ,  cprefix = "LC_" ,  has_type_id = false ) ]
public enum LocaleCategory
  
  
  
  Content:
  Enum values:
  
    - ALL - Selects the entire C locale
      
 
    - COLLATE - Selects the collation 
        category of the C locale
 
    - CTYPE - Selects the character 
        classification category of the C locale
 
    - MESSAGES - The language that 
        should be used.
 
    - MONETARY - Selects the monetary 
        formatting category of the C locale
 
    - NUMERIC - Selects the numeric 
        formatting category of the C locale
 
    - TIME - Selects the time formatting 
        category of the C locale