<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Hide/Remove Language flag from Calendar Portlet</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=111936809" />
  <subtitle>Hide/Remove Language flag from Calendar Portlet</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=111936809</id>
  <updated>2026-04-04T08:56:44Z</updated>
  <dc:date>2026-04-04T08:56:44Z</dc:date>
  <entry>
    <title>RE: Hide/Remove Language flag from Calendar Portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111951581" />
    <author>
      <name>Nagendra Kumar Busam</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111951581</id>
    <updated>2019-01-07T19:38:11Z</updated>
    <published>2019-01-07T19:38:11Z</published>
    <summary type="html">Agree w/ Andrew, following link might be helpful &lt;a href="https://dev.liferay.com/de/develop/tutorials/-/knowledge_base/7-0/overriding-a-modules-jsps"&gt;https://dev.liferay.com/de/develop/tutorials/-/knowledge_base/7-0/overriding-a-modules-jsps&lt;/a&gt;</summary>
    <dc:creator>Nagendra Kumar Busam</dc:creator>
    <dc:date>2019-01-07T19:38:11Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide/Remove Language flag from Calendar Portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111944916" />
    <author>
      <name>Andrew Jardine</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111944916</id>
    <updated>2019-01-07T15:05:00Z</updated>
    <published>2019-01-07T15:05:00Z</published>
    <summary type="html">&lt;p&gt;Be careful with the advice of simply removing the flag by overriding
  the JSP. The flag you are seeing below the field is because it is a
  field (likely service builder) that is marked as
  &amp;quot;localized&amp;quot;. Chances are it is being rendered as the result
  of the &amp;lt;liferay-ui:inpute-localized/&amp;gt; (I can't recall off hand
  if there is also an attribute on input fields that might drive this,
  you'd have to check).&lt;/p&gt;
&lt;p&gt;Liferay does have qutite a number of small fragments that are reused
  in more than a few places so you need to be careul in these scenarios
  that you don't end up getting rid of the flag in more than one place.
  You should also consider the fact that the backend for localized
  fields doen't operate the same way as it does for a regular input, so
  simple making it a text field might actually break the save/update functionality.&lt;/p&gt;
&lt;p&gt;I would probably advocate for adding a custom class to the input
  field in the file where it is used and use that css class to simply
  HIDE it. To me that is the best option because it is not as invasive
  as removing something from the product. It has the added benefit of
  continuing to render the field so using devtools in the browser you
  will be able to see the item and see the css (hidden flag) applied to
  it. If someone is expecting to see it, and they don't even see it in
  the source, it might cause great confusion.&lt;/p&gt;
&lt;p&gt;Just my two cents -- you should always try to think of the next guy.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Andrew Jardine</dc:creator>
    <dc:date>2019-01-07T15:05:00Z</dc:date>
  </entry>
  <entry>
    <title>RE: Hide/Remove Language flag from Calendar Portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111940270" />
    <author>
      <name>Nagendra Kumar Busam</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111940270</id>
    <updated>2019-01-07T12:37:53Z</updated>
    <published>2019-01-07T12:37:53Z</published>
    <summary type="html">&lt;p&gt;Find out the relevant jsp &amp;amp; write a simple hook to comment
  out/replace langauge display related code with proper comments for
  later reference as customized.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;
  &lt;a href="https://dev.liferay.com/es/develop/tutorials/-/knowledge_base/6-2/customizing-jsps-by-extending-the-original"&gt;https://dev.liferay.com/es/develop/tutorials/-/knowledge_base/6-2/customizing-jsps-by-extending-the-original&lt;/a&gt;&lt;/p&gt;</summary>
    <dc:creator>Nagendra Kumar Busam</dc:creator>
    <dc:date>2019-01-07T12:37:53Z</dc:date>
  </entry>
  <entry>
    <title>Hide/Remove Language flag from Calendar Portlet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111936808" />
    <author>
      <name>Nirav Prajapati</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111936808</id>
    <updated>2019-01-07T08:50:18Z</updated>
    <published>2019-01-07T08:50:18Z</published>
    <summary type="html">&lt;p&gt;Hello Friends,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am using Liferay CE 6.2-GA 6&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I want to hide/remove language flags from calender portlet.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;This flag are shows under Title and Description in New Event Page.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Please help me.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</summary>
    <dc:creator>Nirav Prajapati</dc:creator>
    <dc:date>2019-01-07T08:50:18Z</dc:date>
  </entry>
</feed>
