Difference between revisions of "Language"

From Joomla! Documentation

m (en version)
m (<translate> tags, complex)
Line 1: Line 1:
 +
<translate>
 
{{Chunk:Language/en}}
 
{{Chunk:Language/en}}
  
Language packs are extensions that provide translations for the Joomla! system. Joomla! 1.5 and higher supports a full translateable site and administrator interface. Because of this there are two major types of language packs, ones for the site and ones for the administrator, with Joomla! 1.5.4 and higher supporting language packs with both the site and administrator in the one pack <ref name="154langinstaller">[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 release announcement]</ref>.
+
Language packs are extensions that provide translations for the Joomla! system. Joomla! 1.5 and higher supports a full translateable site and administrator interface. Because of this there are two major types of language packs, ones for the site and ones for the administrator, with Joomla! 1.5.4 and higher supporting language packs with both the site and administrator in the one pack</translate> <ref name="154langinstaller">[http://www.joomla.org/content/view/5180/1/1/1/#Language_Installation_Improvemen Joomla! 1.5.4 <translate>release announcement</translate>]</ref>.
<noinclude>
+
<noinclude><translate>
== References ==
+
== References ==</translate>
 
<references/>
 
<references/>
 
+
<translate>
 
[[Category:Extensions| Language]]
 
[[Category:Extensions| Language]]
 
[[Category:Landing Pages]]
 
[[Category:Landing Pages]]
[[Category:Glossary]]
+
[[Category:Glossary]]</translate>
 
</noinclude>
 
</noinclude>

Revision as of 19:52, 24 February 2014

Languages are perhaps the most basic and critical extension type. Languages are packaged as either a core language pack or an extension language pack. These packages consist of INI files which contain key/value pairs. These key/value pairs provide the translation of static text strings within Joomla! source code. This allows both the Joomla! core and third party components and modules to be internationalised. Core language packs also include an XML meta file describing the language and providing information about the fonts to use for PDF content generation.


Language packs are extensions that provide translations for the Joomla! system. Joomla! 1.5 and higher supports a full translateable site and administrator interface. Because of this there are two major types of language packs, ones for the site and ones for the administrator, with Joomla! 1.5.4 and higher supporting language packs with both the site and administrator in the one pack [1].

References