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
Hi,
it depends on how the Properties file format is defined in java.
"The key contains all of the characters in the line starting with the first non-white space character and up to, but not including, the first unescaped '=', ':', or white space character other than a line terminator. All of these key termination characters may be included in the key by escaping them with a preceding backslash character; for example,
\:\=
would be the two-character key ":="
So, in your case, I guess you should use "No\ client" for the key.
Thanks guys i will check udg's solution as the xml way won't work for my b4i app, trying to save time as im developping an app in b4a and b4i at the same time...
Thanks guys i will check udg's solution as the xml way won't work for my b4i app, trying to save time as im developping an app in b4a and b4i at the same time...