Difference between revisions of "Tables/languages"

From Joomla! Documentation

< Tables
(New page: == Usage: == * Since: == Description: == {| border="1" |+ '''languages Table (#__languages)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || Comments |...)
 
(class="wikitable")
Line 4: Line 4:
 
== Description: ==
 
== Description: ==
  
{| border="1"
+
{| class="wikitable" border="1"
 
|+ '''languages Table (#__languages)'''
 
|+ '''languages Table (#__languages)'''
 
|- bgcolor="lightgrey"
 
|- bgcolor="lightgrey"
Line 37: Line 37:
 
* xx-XX
 
* xx-XX
  
{| border="1"
+
{| class="wikitable" border="1"
 
|+ '''Indices'''
 
|+ '''Indices'''
 
|- bgcolor="lightgrey"
 
|- bgcolor="lightgrey"

Revision as of 22:21, 24 September 2011

Usage:[edit]

  • Since:

Description:[edit]

languages Table (#__languages)
Field Type Nullable Default Key Extra Comments
lang_id int(11) unsigned NOT NULL PK auto_increment
lang_code char(7) NOT NULL
title varchar(50) NOT NULL
title_native varchar(50) NOT NULL
sef varchar(50) NOT NULL
image varchar(50) NOT NULL
description varchar(512) NOT NULL
metakey text NOT NULL
metadesc text NOT NULL
published int(11) NOT NULL 0

Notes[edit]

The default Joomla! installation includes entries in the languages table for the following language codes:

  • en-GB
  • xx-XX
Indices
Index Name Column(s) Unique?
idx_sef sef Yes