Advertisement
Guest User

Untitled

a guest
Oct 24th, 2015
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
  5. http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
  6. version="2.2">
  7. <application>
  8. <locale-config>
  9. <default-locale>en</default-locale>
  10. <supported-locale>cn</supported-locale>
  11. <supported-locale>de</supported-locale>
  12. <supported-locale>en</supported-locale>
  13. <supported-locale>es</supported-locale>
  14. </locale-config>
  15. <resource-bundle>
  16. <base-name>com.lang.messages</base-name>
  17. <var>msg</var>
  18. </resource-bundle>
  19. </application>
  20. </faces-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement