Skip to content

Common function for building LangMenu dropdown for use in template.

License

Notifications You must be signed in to change notification settings

t3hn0/silverstripe-langmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Common function for building LangMenu dropdown for use in template.

How to use

<% if $LangMenu %>
<select onChange="window.location.href=this.value" class="langswitcher">
	<% loop $LangMenu %>
	<option value="$Page.Link"<% if $Selected %> disabled selected<% end_if %>>$i18n.Lang</option>
    <% end_loop %>
</select>
<% end_if %>

Todo

Add sort order

About

Common function for building LangMenu dropdown for use in template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages