Hello folks,
I'm working with the .NET-Parser in Passolo to localize a few resx-files. My problem are some values which are not valid strings.
example:
<data name="cardviewGridEx.BuiltInTextsData" xml:space="preserve">
<value><LocalizableData ID="LocalizableStrings" Collection="true"><GroupByBoxInfo>A STRING I WANT TO TRANSLATE</GroupByBoxInfo><EmptyGridInfo>A STRING I WANT TO TRANSLATE</EmptyGridInfo></LocalizableData></value>
Is there any way to ignore the content of the square brackets? So Passolo only shows me the strings inside?
Thanks for any info!