---
title: "How to use the Joomla 2.5 Language Overrides Tool"
description: "Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. Much of Joomla 2.5..."
url: https://www.inmotionhosting.com/support/edu/joomla/joomla-2-5/add-new-language-override/
date: 2012-03-07
modified: 2021-11-19
author: "Brad Markle"
categories: ["Joomla", "Joomla 2.5"]
tags: ["Joomla v2.5"]
type: post
lang: en
---

# How to use the Joomla 2.5 Language Overrides Tool

Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life [here](https://docs.joomla.org/Joomla!_CMS_versions).

Much of Joomla 2.5 runs off of language files. These language files store values for commonly used words and phrases, and make it easier to [change languages in Joomla](/support/edu/joomla/joomla-2-5/change-site-language/). For example, if your site is in English, you may have a language “Constant” named HELLO. In English, HELLO equals “hello”. In Spanish, HELLO equals “hola”. If you change languages in Joomla, when Joomla is asked to print the constant HELLO to the screen, it will print either hello or hola, depending on the language you have set.

Joomla includes a new feature called **Language Overrides** that allows you to easily change these constants. For example, in your site’s breadcrumb trail, it by default says, “You are here”, and then prints the breadcrumb trail. “You are here” is actually a language contstant, and in this tutorial we’ll show you how to change the value of that constant in the event you don’t want it to show or you want to change its value.

**To use the Joomla 2.5 Language Override tool:**

1. [Log into your Joomla Dashboard](/support/edu/joomla/joomla-3/how-to-log-in-to-administrative-dashboard/)
2. In the top menu, hover over **Extensions** and click **Language Manager**
3. Click the **Overrides** Tab and then click **New[![click-new-override](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_click-new-override.gif)](/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_click-new-override.gif) **
4. Under **Search text you want to change**, type in the text you want to edit. Ensure **Value** is selected, and then click **Search**. In our Example, we typed in **You are here**. In the search results, click on **MOD_BREADCRUMBS_HERE**, as this is the value we want to change.
5. Under **Create a New Override**, update the text to reflect what you want it to read. In our situation, we don’t want the text to display at all, so we will delete all of the text.[![edit-your-new-language-override](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_edit-your-new-language-override.gif)](/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_edit-your-new-language-override.gif)
6. Click **Save & Close** in the top right menu

If you followed the exact steps above, the “You are here:” text in the breadcrumb trail will no longer show.

| Before our Language Override | After our Language Override |
| --- | --- |
| [![before-language-override](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_before-language-override.gif)](/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_before-language-override.gif) | [![after-language-override](https://www.inmotionhosting.com/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_after-language-override.gif)](/support/wp-content/uploads/2012/03/edu_joomla25_add-language-override_after-language-override.gif) |
