Footprints Data Model |
Table |
Name | locale |
Comment | A language and locale used to identify a specific dialect. It is used to determine variable forms of words, idioms, numeric format, date format, images, colors, etc. "en-US" for example is United States English, "es-LA" for Latin American Spanish. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
locale_id | bigint | The automatically generated primary key of the locale table. | Yes | No |
locale_cd | varchar(255) | A well-known string identifier used as a code to identify the Locale. | No | No |
locale_name | varchar(255) | The name of the Locale. | No | No |
is_sys_flag | bit | Indicates if the locale is system provided or user provided. | No | No |