That is not on the list at this time.  EclipseME is in the process of  
transitioning over to the Eclipse Foundation as the new Eclipse Mobile  
Tools for Java (MTJ) project.  I would suggest that you open a feature  
request for the MTJ project for this functionality.

On Jun 17, 2008, at 12:30 AM, christelle scharff wrote:

>
> What I found out is that I had to use CLDC 1.1 and not
> CLDC 1.0 to avoid having the exception. Everything
> works now.
>
> But I am wondering if it is planned to extend the
> eclipseme plugin to permit it to do what WTK does for
> internationalization. It makes things very easy!
>
> Thanks
>
> Christelle
>
>> Hi,
>>
>> Is there any support for eclipseme and
>> internationalization (JSR 238) to translate my
>> application?
>>
>> I did not see anything like it so used WTK to create
>> the resources. My appli runs fine under WTK. I then
>> copied the res directory of WTK in the res directory
>> in eclipse.
>>
>> res -> global
>> global -> _common and common.res
>>       -> fr -> common.res
>>
>> I have something like:
>> ResourceManager mResources =
>> ResourceManager.getManager("common");
>>
>> The appli generates the exception below.
>>
>> I do not know why the fr locale is selected also.
>>
>> locale: fr
>> javax.microedition.global.ResourceException: Not
>> found
>> metafile for base name "common"
>>      at
>>
> com 
> .sun 
> .j2me.global.AppResourceManagerFactory.getMetafileForBaseName(+115)
>>      at
>>
> com.sun.j2me.global.AppResourceManagerFactory.getManager(+5)
>>      at
>>
> com.sun.j2me.global.AppResourceManagerFactory.getManager(+48)
>>      at
>>
> com.sun.j2me.global.ResourceManagerImpl.getManager(+96)
>>      at
>>
> com.sun.j2me.global.ResourceManagerImpl.getManager(+26)
>>      at
>>
> javax.microedition.global.ResourceManager.getManager(+4)
>>      at ToTranslate.startApp(+33)
>>      at
>> javax.microedition.midlet.MIDletProxy.startApp(+7)
>>      at com.sun.midp.midlet.Scheduler.schedule(+270)
>>      at com.sun.midp.main.Main.runLocalClass(+28)
>>      at com.sun.midp.main.Main.main(+80)
>>
>> Any help?
>>
>> Thanks
>>
>> Chris
>>
>>
>>
>>
>
>
>
>
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Eclipseme-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/eclipseme-users


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to