Hello. I need to tranlsate DFM file (which is actually XML file) and am having a trouble opening the file with my Studio 2014. The content looks like this:
<?xml version="1.0" encoding="utf-8"?>
<DefinitionModifier>
<SetAttribute XPath="//Division[@ID='divGoCreateAnalysisLink']/Label" Caption="I want to translate this"></SetAttribute>
<SetAttribute XPath="//InputText[@ID='goFind']" Placeholder="I want to translate this two..."></SetAttribute>
<SetAttribute XPath="//Label[@ID='lblSchInterval_rdSchId']" Caption="I want to translate this seven"></SetAttribute>
</DefinitionModifier>
I imported the parser from the file but it didn't work. The file doesn't recognize the texts I need to translate.
I am not technical, obviously lol. Any feedback and suggestion would be appreciated!!
Rumi