Collator
Description:
[ CCode ( has_construct_function = false ) ]
public Collator (string locale) throws Error
Creates a new Collator for the given locale
, the returned collator should be
freed with unref.
Parameters:
locale |
The locale under which to sort
|
Returns:
A newly created Collator.
|