faces-config.xml 943 Bytes
<?xml version="1.0"?>
<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
            http://java.sun.com/xml/ns/javaee/web-facesconfig_2_0.xsd"
	version="2.0">
	<application>
		<resource-bundle>
			<base-name>resources.i18n</base-name>
			<var>i18n</var>
		</resource-bundle>
		<message-bundle>i18n</message-bundle>
		<!-- Legal Country codes: http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm -->
		<!-- Assigned Country codes: -->
		<!-- Insomnia: IN (INDIA) -->
		<!-- Stream: ST (SAO TOME AND PRINCIPE ) -->
		<!-- Vector VE (VENEZUELA, BOLIVARIAN REPUBLIC OF) -->
		<locale-config>
			<default-locale>fi</default-locale>
			<supported-locale>fi_IN_XII</supported-locale>
			<supported-locale>en_ST_v7</supported-locale>

		</locale-config>
	</application>
</faces-config>