I learned something Jed would like.  When I was doing my apps I put text into 
quotations something like this:


print "Hi Jed"


The app then displays Hi Jed.




There is another way to do this by putting all of the text in the string file 
like


print @string greeting


In the string file is :  string greeting = "Hi Jed"


It seemed like an unnecessary step to me and I did not do it.  My apps worked 
just fine without it.


Now I find out that amazon and google convert everything in the string file 
into various languages.


Like


print "Kneechewah Jed"


That's amazing, all of the apps text is automatically converted into all spoken 
tongs.   I will have to put my text and help screens into the string file 
format and resubmit them.  My apps will then reach the global market in their 
natural language.  This will be a bit more work but it will be worth it.  I am 
always learning something new.


Frank Znidarsic










Reply via email to