Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Testing i18n help plugins
Testing i18n help plugins [message #118780] Thu, 28 August 2003 10:55 Go to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

I am trying to internationalize my plugins. I have done the i18n work on
code and I was able to test it successfully changing within
Configuration Launcher the program argument -nl to the specific language
I want to test.

But the same thing doesn't work for test the Help System. Does the Help
system use this same program argument to choose the language? If it
doesn't..... how can I test my internationalized Help plugin?

I have been reviewing Eclipse.org white papers and help with no success.

Thanks in advance,

Chemi.
Re: Testing i18n help plugins [message #118818 is a reply to message #118780] Thu, 28 August 2003 11:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

I found this within Help Mailing List archive:

<<In the infocenter scenario (only, not when just launchin help from
Eclipse), help uses request.getLocale() as a mechanism on deciding which
language is to be served to the user.>>

So it seems that when the Help system is in a stand-alone mode
(InfoCenter) it use the client browser locale. But I am launching the
Help system from whithin the Eclipse. To be more accurate, I start a new
Eclipse instance from PDE to test my plugins. And in this new one the
Help system doesn't use the -nl program argument as it does the rest of
plugins.

So again the same question, how can I test my Help System within Eclipse?

Thanks in advance,

Chemi.

P.S.: I am using Eclipse R2.1.1 on Windows XP.

Chemi wrote:

> I am trying to internationalize my plugins. I have done the i18n work
> on code and I was able to test it successfully changing within
> Configuration Launcher the program argument -nl to the specific
> language I want to test.
>
> But the same thing doesn't work for test the Help System. Does the
> Help system use this same program argument to choose the language? If
> it doesn't..... how can I test my internationalized Help plugin?
>
> I have been reviewing Eclipse.org white papers and help with no success.
>
> Thanks in advance,
>
> Chemi.
Re: Testing i18n help plugins [message #118843 is a reply to message #118818] Thu, 28 August 2003 11:39 Go to previous message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Ah, ah, ah....... I found my problem. It is working right. the problem
is that I put the Help files within /src directory of the fragment and
they should be within the root directory of the fragment.

Ok, know it makes sense.....

Regards,

Chemi.

Chemi wrote:

> I found this within Help Mailing List archive:
>
> <<In the infocenter scenario (only, not when just launchin help from
> Eclipse), help uses request.getLocale() as a mechanism on deciding which
> language is to be served to the user.>>
>
> So it seems that when the Help system is in a stand-alone mode
> (InfoCenter) it use the client browser locale. But I am launching the
> Help system from whithin the Eclipse. To be more accurate, I start a
> new Eclipse instance from PDE to test my plugins. And in this new one
> the Help system doesn't use the -nl program argument as it does the
> rest of plugins.
>
> So again the same question, how can I test my Help System within Eclipse?
>
> Thanks in advance,
>
> Chemi.
>
> P.S.: I am using Eclipse R2.1.1 on Windows XP.
Previous Topic:Displaying markers in JDT Editor
Next Topic:Run console program outside console view
Goto Forum:
  


Current Time: Thu May 08 15:38:20 EDT 2025

Powered by FUDForum. Page generated in 0.07225 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top