Application - locale (set of parameters)

Data System Architecture

About

A locale 1) refers to a national language and the region in which the language is spoken.

Generally a locale identifier consists of at least:

Any special variant preferences can be added.

Example - English language in the US country

en-US

Usage

Character Set

It will be used by application to choose the character set used to encode string.

Data Type rendering

Render or parse data type with the appropriate locale formatting, such as using the correct:

Content Translation

The locale is the key parameter that permits to localize an application .

Metadata

Search Engine are also using this information set in web meta to localize the content.

Unicode Data

See the Unicode Common Locale Data Repository. For instance, for the data: http://www.unicode.org/Public/cldr/27.0.1/

List and Specification

You can find the Language Tags and Locale Identifiers for the World Wide Web on this page.





Discover More
Azure Firewall Public Ip Restriction
Azure - Oracle Database Manually Installation on Linux

The installation of the Oracle database on bare-bone Linux. For a quick an dirty installation, see Creation of a VM with Oracle Linux 7 Update 4 and a Standard_DS1_v2...
Bip Bursting Properties
BIP - Bursting

To burst in BIP, you just need to fill the Bursting Properties. The SQL Query of the Bursting property defines the bursting properties. parameter in the SQL Query of the data set but also in the...
Data System Architecture
Collation - String comparison

Collation is a general term for the process and function of determining the sorting order of strings of characters (or in other term, how a strings comparison is performed) Collation implementations must...
Sql With Single Quote
Excel - Concatenate function to create SQL

How to create a function in order to create a SQL statement in Excel with the CONCATENATE function. Add a simple quote before all single quote in the data columns Then write a formula column...
Excel System Separator
Excel - Locale (Separator, )

Excel use the locale of Windows but you can change some parameters such as: the language the separators. Menu > File > Excel Options Once you have made this change, Excel recognize that a...
How to manipulate and show a Date Time in Javascript?

In javascript, date time information is represented in a a date object that: encapsulates the epoch time in milliseconds is timezone-agnostic Date.now() returns the number of milliseconds...
Date Format
Instant - (Time|Date) String Format

A date can be represented as a string. The most known format are by order of importance: (ie 2004-02-12T15:19:21+00:00) Email (Internet Message Format) (ie Sat, 12 Aug 1995 13:30:00 GMT) The...
Java Conceptuel Diagram
Java - Locale

By default, the JVM uses the current locale as defined by the OS. To bypass this configuration, you can specify on the command line the locale to be used: Note that there are some...
Linux - locale (LANG, LC environment variable)

Most UNIX systems use the LANG variable to specify the desired locale but you can use also the setlocale function. A locale defines the default encoding for the text file. To obtain the locale names...
Card Puncher Data Processing
Localization (ie Language Translation / Internationalization / i18n )

Writing application in the locale language is called: localization internationalization internationalisation or simply i18n The process implies to detect the text and attribute that are not language...



Share this page:
Follow us:
Task Runner