Hello,
I am currently translating my app between french and english. I have decided to make a MAP type to store the key in english and the value in french using File.ReadMap from text file.
It works when there are no spaces such as: Local=Localisation
However if i do : No client=Pas de client
My map looks like this: No=client=Pas de client
Help?
Y.
I am currently translating my app between french and english. I have decided to make a MAP type to store the key in english and the value in french using File.ReadMap from text file.
It works when there are no spaces such as: Local=Localisation
However if i do : No client=Pas de client
My map looks like this: No=client=Pas de client
Help?
Y.