Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by Hubert at 11-27-2009 9:35 . Topic has 4 replies.

Print Search
Sort Posts:    
   11-27-2009, 9:35
Hubert is not online. Last active: 09.08.2011 12:17:17 Hubert

Top 50 Posts
Joined on 11-05-2009
Posts 19
Localization of pinEdit for .NET
Reply Quote
I am referring to the desktop control. By setting the language to FR, the toolbar buttons pick the French from the fr.js in the localization folder.

My problem is with the popup dialogs from the toolbar. Dialogs like "Insert special character", "Font color", and "background color". The dialog themselves are in English. Is there anything I can do?
   Report 
   11-30-2009, 8:10
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Localization of pinEdit for .NET
Reply Quote
Hello,

possibly those strings have not been correctly translated.
Please edit fr.js and search for those strings and translate.

Regards,
Hans-Peter
   Report 
   11-30-2009, 3:29
Hubert is not online. Last active: 09.08.2011 12:17:17 Hubert

Top 50 Posts
Joined on 11-05-2009
Posts 19
Re: Localization of pinEdit for .NET
Reply Quote
That fixes the "Insert special character" dialog but not the "Font Color" and "Background Color" dropdown selector. It still says "No Color" on the top and "More Colors" in the bottom. If you click "More Colors", the dialog that comes up is not localized either.
   Report 
   12-01-2009, 8:27
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: Localization of pinEdit for .NET
Reply Quote
Hello,

you are right.
Thereis a translation missing.
Please edit editor/toolbar/color/color.html

Add this to function getLanguageString:
} else if(language == "FR") {
if(key == "1000") return "-- --";
if(key == "1001") return "-- --";

If you like please send the changed file to support@pintexx.com.

Regards,
Hans-Peter


   Report 
   12-01-2009, 3:47
Hubert is not online. Last active: 09.08.2011 12:17:17 Hubert

Top 50 Posts
Joined on 11-05-2009
Posts 19
Re: Localization of pinEdit for .NET
Reply Quote
Hi,

It does not work. I have sent you the color.html along with a screen shot using that email you sent me with respect to the dictionaries.

Hubert
   Report 
Pintexx Forum » Developer Produ... » pinEdit » Re: Localization of pinEdit for .NET