Export Data

From ReliaWiki
Revision as of 21:55, 11 February 2015 by John Leavitt (talk | contribs) (Updated To Match Documentation)
Jump to navigation Jump to search


<!— The Resources element is used only to display localization information. Data is not imported from these elements, so it is not necessary for XML imports. This element will be present on most exported XML files.
<Resources>
<!— LanguageCode must be a string
<LanguageCode>en</LanguageCode>
<!— ResourceID must be an Integer
<ResourceID>9056</ResourceID>
<!— ResourceText must be a string. 1000 characters maximum
<ResourceText>Text</ResourceText>
</Resources>