Legacy Knowledge Base
Published Jul. 2, 2025

Display name for a language is shown as beta

Written By

Rita Schaff

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack" publication program, made available for informational purposes. Articles in this program were published without a requirement for independent editing or verification and are provided"as is" without guarantee.

Before using any information from this article, independently verify its suitability for your situation and project.

Issue

  • I noticed that for certain languages, the display name is shown as beta, e.g. italiano [beta]Where can we change that?

Environment

  • DXP 7.3

Resolution

  • The particular language (in our case, Italian) locale is in beta by default in the property:
    locales.beta=\eu_ES,\bg_BG,\ca_AD,\zh_TW,\hr_HR,\cs_CZ,\da_DK,\nl_BE,\en_GB,\en_AU,\et_EE,\gl_ES,\el_GR,\iw_IL,\hi_IN,\in_ID,\it_IT,\kk_KZ,\ko_KR,\lo_LA,\lt_LT,\ms_MY,\nb_NO,\fa_IR,\pl_PL,\pt_PT,\ro_RO,\ru_RU,\sr_RS,\sr_RS_latin,\sl_SI,\sk_SK,\ta_IN,\tr_TR,\uk_UA,\vi_VN
  • Add this property in your portal-ext.properties with the undesired locale removed, then restart your portal:
    locales.beta=\eu_ES,\bg_BG,\ca_AD,\zh_TW,\hr_HR,\cs_CZ,\da_DK,\nl_BE,\en_GB,\en_AU,\et_EE,\gl_ES,\el_GR,\iw_IL,\hi_IN,\in_ID,\kk_KZ,\ko_KR,\lo_LA,\lt_LT,\ms_MY,\nb_NO,\fa_IR,\pl_PL,\pt_PT,\ro_RO,\ru_RU,\sr_RS,\sr_RS_latin,\sl_SI,\sk_SK,\ta_IN,\tr_TR,\uk_UA,\vi_VN
Did this article resolve your issue ?

Legacy Knowledge Base