kamalchopra / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

how to translate the context menu #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
this is a very nice libary!

How a translation of the context menu in other languages can be done, it
there any i18n support?

I searched the whole source without any success. Please help me.

Thanks,
Lukas

Original issue reported on code.google.com by lmaer...@gmail.com on 12 May 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Problem is solved, i just edited the property files in the jar.

Original comment by lmaer...@gmail.com on 12 May 2009 at 4:44

GoogleCodeExporter commented 9 years ago
You can also have the same full property file name in a directory of your 
classpath
and it should be picked up automatically.  That way you do not need to override 
the
jar and upgrading should be easier for you.
The file name should be the full name:  if you have a properties file in the 
jar as
META-INF/service/my/class/conf.properties
then you can have a file named my/class/conf.properties in your class path, and
it will be used instead of the JAR file.

Original comment by ayman.al...@gmail.com on 13 May 2009 at 5:34