VSS.Locales

Entities

Tagged Types

Subprograms

Description

with VSS.Strings;

Current_Locale

function Current_Locale return Locale

Return locale associated with the current thread, or system's locale when thread locale is not set.

Return Value

Default_Unicode_Locale

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.

Return Value

Locale

type Locale is tagged private;