resintr.html

来自「是一个加快Java应用程序国际化和本地化开发的工具集。它将大大减少国际化和本地化」· HTML 代码 · 共 40 行

HTML
40
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><html><head>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">   <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; SunOS 5.7 sun4u) [Netscape]"></head><body BGCOLOR="#FFFFFF"><b><font color="#3333FF">Resource Tool</font></b><br><img SRC="rainbow.gif" height=5 width=576><br><b><font size=+1>Introducing Resource Tool</font></b><p>Handling translated Java resource bundles, particularly the frequent<br>revisions of those bundles, is a difficult part of the<br>internationalization/localization process. The Resource tool helps<br>you to handle message files in several ways:<ol><li>Drawing messages from an existing resourceBundle class file,<br>when the Java source code of that resource bundle is not available.<br></li><li>Exporting messages as either a Java resource bundle or a property<br>file or an array resource bundle.<br></li><li>Merging two resource bundles (either source code or class byte code).<br></li><li>Comparing two resource bundles and find the difference between them.<br></li><li>Creating log files of the differences between two resource<br>bundles (either Java source code or class byte code).<br></li><li>Creating source code files from byte code (class file) to be reused<br>in new localization.</li></ol></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?