Message Boards

Integrate language selector in Theme

thumbnail
Mahammad Ashik A, modified 2 Years ago.

Integrate language selector in Theme

Junior Member Posts: 77 Join Date: 7/17/17 Recent Posts

Hi Folks,

I am working on LR-7.3.

I wants to integrate  Language Selector Template (Widget templates) inside my custom theme(.ftl).

How i can acheive this?

Thanks in advance.

 

akaram siddiqui, modified 2 Years ago.

RE: Integrate language selector in Theme

Junior Member Posts: 56 Join Date: 5/16/13 Recent Posts

Hello Ashik,

Please put below code in your header section of your theme. It will work

 

 <div class="pull-right language-bar">
                     <@liferay_ui["language"]/>
                      </div>

Thanks