Language files are text files in Joomla 3.0 that basically list a set of common words for a specific language. The English language file may define a greeting as Hello, while a Spanish language file would define greeting as Hola.

There are many words in your Joomla 3.0 site that are printed using this type of reference. For example, if Joomla wanted to print "greeting" on your screen, the php code would reference something like GREETING. Then, based upon the language Joomla is using, it will determine the appropriate word to use, Hello or Hola.

Let's take a look at a real life example

written-byIf you click on the Screenshot to the right, you will see highlighted where Joomla writes, "Written by", referring to who wrote the article. In our example, we have two authors showing:

  1. Written by Super User
  2. Written by Joomla
 

How are language files used?

That text, Written by, is actually defined in the following language files:

FileConstantValue
language/en-GB/en-GB.com_content.ini COM_CONTENT_WRITTEN_BY Written by%s
language/es-ES/es-ES.com_content.ini COM_CONTENT_WRITTEN_BY Escrito por%s

Because we have both English and Spanish installed, the Written by language will change based upon which language we have our site set to use.

When the Joomla code references the Constant, COM_CONTENT_WRITTEN_BY, it replaces it with the Value defined in the language file. The value, in this case, includes %s. That variable, %s, will be replaced by the author of the article. So, if the article was written by Bob:

The Joomla code would read:The result on your website would be:
<?php echo JText::sprintf('COM_CONTENT_WRITTEN_BY', $author); ?>
If English:
Written byBob

If Spanish:
Escrito porBob

 

How can I change language files?

Very good question! Technically you can simply edit the language file but it is not recommended. Instead, click here to learn more about Using Language Overrides in Joomla 3.0 to change language text.
Like this Article?

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Brad Markle, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. blocked from logging into wordpress
  2. Connection Refused
  3. renew

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!