Page 1 of 1
Translation
Posted: Tue Apr 29, 2008 9:23 am
by olehb
I'm new to OpenDental so please excuse me if I ask silly questions. I'm working on translation and I've noticed all terms in OpenDentBusiness is not translated because Lan.g(string sender,string text) is just a stub. What is a plan to handle translation within OpenDentBusiness space?
Re: Translation
Posted: Tue Apr 29, 2008 5:35 pm
by jordansparks
Oh yeah. Forgot about that. That's a recent issue that just never got tidied up. We've been moving all the DataInterface classes over to OpenDentBusiness. It's just one of hundreds, and they all work the same. So it's not a huge problem to fix.
Re: Translation
Posted: Tue Apr 29, 2008 8:59 pm
by olehb
If I understood correctly the plan is to move OpenDental.Lan functionality to OpenDentBusiness.Lan and call OpenDentBusiness.Lan.g() from other modules. Is it correct?
Re: Translation
Posted: Wed Apr 30, 2008 11:52 am
by jordansparks
Right.