Translation

This forum is for programmers who have questions about the source code.
Post Reply
olehb
Posts: 2
Joined: Mon Apr 21, 2008 11:13 am
Location: Ukraine, Lviv
Contact:

Translation

Post 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?
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Translation

Post 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.
Jordan Sparks, DMD
http://www.opendental.com
olehb
Posts: 2
Joined: Mon Apr 21, 2008 11:13 am
Location: Ukraine, Lviv
Contact:

Re: Translation

Post 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?
User avatar
jordansparks
Site Admin
Posts: 5776
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Translation

Post by jordansparks »

Right.
Jordan Sparks, DMD
http://www.opendental.com
Post Reply