<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Message bundle" summary="__MSG_SUMMARY__" description="__MSG_DESCRIPTION__" height="350" author="" author_email="" screenshot="" thumbnail="">
<Require feature="opensocial-0.7"/>
<Locale messages="http://www.apikooien.nl/examples/opensocial/message_bundle/locale/ALL_ALL.xml"/>
<Locale lang="nl" messages="http://www.apikooien.nl/examples/opensocial/message_bundle/locale/nl_ALL.xml"/>
</ModulePrefs>

<Content type="html">
<![CDATA[
	<script type="text/javascript">
		function init() {
			var sText = "__MSG_TEST_TEXT_LANGUAGE_TEMPLATE__";
			document.getElementById('content').innerHTML = sText;
		}
		gadgets.util.registerOnLoadHandler(init);
	</script>
	<div id="content"></div>
]]>
</Content>
</Module>