locale
n. locality, place or district, area in which an event occurs (French) | ||||
Search Dictionary:
Locale definition was found in categories: Computer & Internet(4) Language, Idioms & Slang(3) Arts & Humanities(1) Encyclopedia(1)
Locale Definition from Computer & Internet Dictionaries & Glossaries
| FOLDOC |
locale
<programming> A geopolitical place or area, especially in the context of configuring an operating system or application program with its character sets, date and time formats, currency formats etc.
Locales are significant for internationalisation and localisation.
(1999-06-09)
<programming> A geopolitical place or area, especially in the context of configuring an operating system or application program with its character sets, date and time formats, currency formats etc.
Locales are significant for internationalisation and localisation.
(1999-06-09)
| Vb Glossary 1.0 |
Locale
locale
The set of information that corresponds to a given language and country. The code locale setting affects the language of terms such as keywords and defines locale-specific settings such as the decimal and list separators, date formats, and character sorting order.
The system locale setting affects the way locale-aware functionality behaves, for example, when you display numbers or convert strings to dates. You set the system locale using the Control Panel utilities provided by the operating system.
Although the code locale and system locale are generally set to the same setting, they may differ in some situations. For example, in Visual Basic, Standard Edition and Visual Basic, Professional Edition, the code is not translated from English-U.S. The system locale can be set to the user's language and country, but the code locale is always set to English-U.S. and can't be changed. In this case, the English-U.S. separators, format placeholders, and sorting order are used.
locale
The set of information that corresponds to a given language and country. The code locale setting affects the language of terms such as keywords and defines locale-specific settings such as the decimal and list separators, date formats, and character sorting order.
The system locale setting affects the way locale-aware functionality behaves, for example, when you display numbers or convert strings to dates. You set the system locale using the Control Panel utilities provided by the operating system.
Although the code locale and system locale are generally set to the same setting, they may differ in some situations. For example, in Visual Basic, Standard Edition and Visual Basic, Professional Edition, the code is not translated from English-U.S. The system locale can be set to the user's language and country, but the code locale is always set to English-U.S. and can't be changed. In this case, the English-U.S. separators, format placeholders, and sorting order are used.
| JDK Doc(JAVA) |
Locale(String, String)
- Constructor for class java.util.Locale
public Locale (String language, String country)
Construct a locale from language, country. NOTE: ISO 639 is not a stable standard; some of the language codes it defines (specifically iw, ji, and in) have changed. This constructor accepts both the old codes (iw, ji, and in) and the new codes (he, yi, and id), but all other API on Locale will return only the OLD codes.Parameters: language - lowercase two-letter ISO-639 code. - uppercase two-letter ISO-3166 code.country - uppercase two-letter ISO-3166 code.
Locale(String, String, String)
- Constructor for class java.util.Locale
public Locale (String language, String country, String variant)
Construct a locale from language, country, variant. NOTE: ISO 639 is not a stable standard; some of the language codes it defines (specifically iw, ji, and in) have changed. This constructor accepts both the old codes (iw, ji, and in) and the new codes (he, yi, and id), but all other API on Locale will return only the OLD codes.Parameters: language - lowercase two-letter ISO-639 code. - uppercase two-letter ISO-3166 code.country - uppercase two-letter ISO-3166 code. - vendor and browser specific code. See class description.variant - vendor and browser specific code. See class description.
| DW and OLAP terms |
locale
The Windows operating-system attribute that defines certain behaviors related to language. The locale defines the code page, or bit patterns, used to store character data, and the order in which characters are sorted. It also defines language-specific items such as the format used for dates and time and the character used to separate decimals in numbers. Each locale is identified by a unique number, called a locale identifier or LCID. SQL Server 2000 collations are similar to locales in that the collations define language-specific types of behaviors for instances of SQL Server 2000.
The Windows operating-system attribute that defines certain behaviors related to language. The locale defines the code page, or bit patterns, used to store character data, and the order in which characters are sorted. It also defines language-specific items such as the format used for dates and time and the character used to separate decimals in numbers. Each locale is identified by a unique number, called a locale identifier or LCID. SQL Server 2000 collations are similar to locales in that the collations define language-specific types of behaviors for instances of SQL Server 2000.
Locale Definition from Language, Idioms & Slang Dictionaries & Glossaries
| Webster's Revised Unabridged Dictionary (1913) |
Locale
(n.)
A principle, practice, form of speech, or other thing of local use, or limited to a locality.
(n.)
A place, spot, or location.
(n.)
A principle, practice, form of speech, or other thing of local use, or limited to a locality.
(n.)
A place, spot, or location.
| WordNet 2.0 |
locale
Noun
1. the scene of any event or action (especially the place of a meeting)
(synonym) venue, locus
(hypernym) scene
(derivation) place, localize, localise
Noun
1. the scene of any event or action (especially the place of a meeting)
(synonym) venue, locus
(hypernym) scene
(derivation) place, localize, localise
| hEnglish - advanced version |
locale
locale
\lo`cale"\ (?), n. [f. local.]
1. a place, spot, or location.
2. a principle, practice, form of speech, or other thing of local use, or limited to a locality.
locale
n : the scene of any event or action (especially the place of a meeting) [syn: venue, locus]
locale
\lo`cale"\ (?), n. [f. local.]
1. a place, spot, or location.
2. a principle, practice, form of speech, or other thing of local use, or limited to a locality.
locale
n : the scene of any event or action (especially the place of a meeting) [syn: venue, locus]
Locale Definition from Arts & Humanities Dictionaries & Glossaries
| JM Latin-English Dictionary |
localis
ADJ
local; of/relating to place
ADJ
local; of/relating to place
Locale Definition from Encyclopedia Dictionaries & Glossaries
| Wikipedia English - The Free Encyclopedia |
Locale
In computing, locale is a set of parameters that defines the user's language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a region identifier.
Locale identifiers can be defined in several ways:
- On Unix, Linux and other POSIX-type platforms, they are defined similar to the RFC 3066 definition, but the locale variant modifier is defined differently, and the charset is included as a part of the identifier. It is defined in this format:
[language[_territory][.codeset][@modifier]] .
| See more at Wikipedia.org... |
