Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How Eclipse Externalize the Strings? Which Library is used(I want to do externalization by myself in my plugin. How can I do this)
How Eclipse Externalize the Strings? Which Library is used [message #896027] Tue, 17 July 2012 01:34 Go to next message
Muhammad Tahir is currently offline Muhammad TahirFriend
Messages: 21
Registered: June 2012
Junior Member
Hello All,

I want the functionality of string externalization in my plug-in of eclipse. I want to modify it as well. Can you please tell me which API is used by Eclipse to perform this action? Or this is merged in Eclipse? How can I call this API to work for my plug-in?
Re: How Eclipse Externalize the Strings? Which Library is used [message #896042 is a reply to message #896027] Tue, 17 July 2012 03:01 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 7/17/2012 7:04 AM, Muhammad Tahir wrote:
> Hello All,
>
> I want the functionality of string externalization in my plug-in of
> eclipse. I want to modify it as well. Can you please tell me which API
> is used by Eclipse to perform this action? Or this is merged in Eclipse?
> How can I call this API to work for my plug-in?

String Externalization is part of org.eclipse.jdt.ui plugin. Take a look
at org.eclipse.jdt.internal.corext.refactoring.nls package.

--
Deepak Azad
http://wiki.eclipse.org/JDT/FAQ
Previous Topic:How I can Extract Translatable Strings form Existing JAVA Code
Next Topic:How can I run an Eclipse Command at workspace load
Goto Forum:
  


Current Time: Mon Sep 23 17:23:59 GMT 2024

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

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

Back to the top