View Single Post
Old 2007-04-08, 08:12   #7 (permalink)
Taipan
Portal Tester
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,948
Thanks: 4
Thanked 15 Times in 15 Posts

Country:

My System

Default

Quote:
Originally Posted by Taipan View Post
Is that the intended behavior, or have I misunderstood it ....
I got it wrong ( ) - the entries in the strings_user.xml file should be like this:-

Code:
<?xml version="1.0" encoding="utf-8"?> 
  <Language name="Custom" characters="255">
    <Section name="unmapped"> 
      <String id="100558" prefix="My ">PVR Scheduler</String>
      <String id="107776" prefix="My ">Tetris</String>
      <String id="107986" prefix="My ">Films</String>
      <String id="107987" prefix="My ">Films detail</String>
      <String id="190478" prefix="My ">Lyrics</String>
    </Section>
  </Language>
with an uppercase "S" on the tag "String" - then it works as described by James ....

I had an uppercase "S" on the entries in the strings_en.xml file, but lowercase "s" on the same entries in the strings_user.xml file - hence the reason that the enties in the strings_user.xml file were being ignored.
Taipan is offline   Reply With Quote