Hi Louis,
>> except the search button at the top of the browse. Where change I do this?
WebServer procedure, NetTalk Extension, Settings/Buttons tab.
>> When I add a field that is required. The “required” comment display next to the field (as it should)
Is there a global area where I can change this? Or do I need to do it field by field in the form.
all "text" (including that text) is passed through a method in the webHandler called .Translate
the english string is passed into Translate, and you can then replace it there with anything else you like.
The idea is that (usually) you have some sort of "translation engine" in the app - so you pass the string there to your engine, and the engine proves the replacement. It might be as simple as a file lookup, or it might be a lot more complex than that.
Incidentally, this approach means that the same app can work for english and non-english users at the same time. ie the user can select the language from whatever list you offer.
cheers
Bruce