forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
542 B
19 lines
542 B
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE faces-config PUBLIC
|
|
"-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
|
|
"http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
|
|
<faces-config>
|
|
|
|
<!-- Set default locale and add supported locales here...
|
|
<application>
|
|
<locale-config>
|
|
<default-locale>en</default-locale>
|
|
<supported-locale>de</supported-locale>
|
|
<supported-locale>fr</supported-locale>
|
|
<supported-locale>es</supported-locale>
|
|
</locale-config>
|
|
</application>
|
|
-->
|
|
|
|
</faces-config>
|