Title: Active Language
Last modified: August 4, 2021

---

# Active Language

 *  Resolved [azimugv](https://wordpress.org/support/users/azimugv/)
 * (@azimugv)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/active-language-2/)
 * How can I indicate the active language. I want English will be a different color
   by default as it mention the site is in English then change the color when it
   switch to Bangali and make Bangali the active color.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Factive-language-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/active-language-2/#post-14757670)
 * Hi,
 * You can control it with CSS, for example:
 *     ```
       html[lang="bn"] a[title="Bengali"] {font-weight:bold;}
       html[lang="en"] a[title="English"] {font-weight:bold;}
       ```
   
 * This will make the current language link bold. You can also control the color
   with CSS color parameter.
 * Thanks! 🙂
    -  This reply was modified 4 years, 9 months ago by [edo888](https://wordpress.org/support/users/edo888/).
 *  Thread Starter [azimugv](https://wordpress.org/support/users/azimugv/)
 * (@azimugv)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/active-language-2/#post-14757997)
 * Thanks for your help. But where should I put this? I have added this in custom
   css but didn’t work for me.
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/active-language-2/#post-14758287)
 * Hi,
 * You can place it into your theme CSS files or directly inside Widget Code in 
   GTranslate plugin settings page.
 * Thanks! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Active Language’ is closed to new replies.

 * ![](https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917)
 * [Translate Wordpress with GTranslate](https://wordpress.org/plugins/gtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/gtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gtranslate/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [edo888](https://wordpress.org/support/users/edo888/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/active-language-2/#post-14758287)
 * Status: resolved