Hi,
I'm curious what this file does. To save you the time, I'll include it's contents here:
<?php
echo elgg_view('js/languages', array('language' => 'en'));
Aside from the "why" question, should I have a file in here for each language my site supports?
Thanks,
Mike
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Evan Winslow@ewinslow
Evan Winslow - 0 likes
- MikeHedman@AquaTerm
MikeHedman - 0 likes
You must log in to post replies.It allows us to cache the results with simple cache.
yes, you need an equivalent file for every supported language. This is unfortunate and hopefully temporary.
Thanks Evan. No worries, the files are easy enough to create ;)
Mike