Locale.xml 505 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes>
  5. <!--
  6. Locale.xml is the central include for localized assets.
  7. -->
  8. <!-- Font Substitution -->
  9. <Include type="all" source="DATA:GlobalData\FontSubstitution.xml" />
  10. <!-- Localised Individual Images -->
  11. <Include type="all" source="DATA:Locale_platformspecific.xml" />
  12. </Includes>
  13. </AssetDeclaration>