with VSS.Strings;
function Current_Locale return Locale
Return locale associated with the current thread, or system's locale when thread locale is not set.
function Default_Unicode_Locale return Locale
Return locale with default values for all character properties as defined by Unicode standard. It should be used when application wants to ignore any tailoring of the character properties, thus have stable results on any locale.
type Locale is tagged private;