Hello there,
I'm currently developing an MS Access 2002 application that I'd like to be bilingual.
I'm used to making bilingual stuff but for websites and I find it quite different to do it efficiently when dealing with forms.
Currently, I have tried to use a web technique and convert it for my forms.
Basically, I have a table that holds all my labels, classified by categories and owners, then when I load form, I do some VBA scripting to replace the content of my captions.
and it works...but because I always have to mess with a recordset, it gives me a feeling that its crappy and sluggish.
I have tried saving the recordset in XML and using the DOM to do XPath queries on the document (like I do for a website) but I'm not really used to dealing with the DOM object directly and its beginning to turn in a nightmare to run a XPath query with all those undeclared namespaces and all...
well anyway...all I meant to ask was what *you* do to make it efficiently bilingual ?
Thank you
I'm currently developing an MS Access 2002 application that I'd like to be bilingual.
I'm used to making bilingual stuff but for websites and I find it quite different to do it efficiently when dealing with forms.
Currently, I have tried to use a web technique and convert it for my forms.
Basically, I have a table that holds all my labels, classified by categories and owners, then when I load form, I do some VBA scripting to replace the content of my captions.
and it works...but because I always have to mess with a recordset, it gives me a feeling that its crappy and sluggish.
I have tried saving the recordset in XML and using the DOM to do XPath queries on the document (like I do for a website) but I'm not really used to dealing with the DOM object directly and its beginning to turn in a nightmare to run a XPath query with all those undeclared namespaces and all...
well anyway...all I meant to ask was what *you* do to make it efficiently bilingual ?
Thank you