Hi,
I'm woking now for Russian translation of InstaAlert app for my client and I have a problem.
I created new lang file based on "Default.xml" and renamed it to "Russian.xml".
When I translating some string in XML file
Code:
<string id="IDS_INFOMSGTITLE">InstaAlert - Information</string>
to
Code:
<string id="IDS_INFOMSGTITLE">InstaAlert - Information (on russian)</string>
string "InstaAlert Information" - disappears from program.
Its only dissaperas if I entered Russian leters, if word writed in English - all works fine.
How I can solve that problem?
Thanks.