• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<HTML><!-- #BeginTemplate "/Templates/MainTemplate.dwt" -->
2<HEAD>
3<!-- #BeginEditable "doctitle" -->
4<TITLE>Template</TITLE>
5<!-- #EndEditable -->
6<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
7<STYLE TYPE="TEXT/CSS">
8<!--
9.topicHead {  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; text-align: center; color: #333333}
10.topicList {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 9pt; color: #FF0099; list-style-image:  url(images/diamond_bullet.gif); text-decoration: none; font-weight: bold}
11.mainBlock {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 5px; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; text-align: justify}
12-->
13</STYLE>
14</HEAD>
15
16<BODY BGCOLOR="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
17<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
18  <TR>
19    <TD ROWSPAN="2" COLSPAN="2" BACKGROUND="images/template_ul.gif" HEIGHT="75"><IMG SRC="images/spacer.gif" WIDTH="280" HEIGHT="1" HSPACE="0"></TD>
20		<TD HEIGHT="15"  WIDTH="100%" BACKGROUND="images/template_u.gif"></TD>
21	</TR>
22	<TR>
23		<TD HEIGHT="60" >
24			<CENTER><IMG SRC="images/TitleLogo_transparent.gif" VSPACE="0"></CENTER>
25		</TD>
26	</TR>
27	<TR>
28
29    <TD WIDTH="200" BACKGROUND="images/template_l.gif" VALIGN="top">
30		<TABLE WIDTH="180" CELLSPACING="0" CELLPADDING="1">
31      	<TR>
32			<TD CLASS="topicHead">General</TD>
33		</TR>
34		<TR>
35			<TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
36		</TR>
37		<TR>
38			<TD CLASS="topicList">
39	        <UL>
40              <LI><A HREF="system_requirements.html">System Requirements</A></LI>
41              <LI><A HREF="faq.html">FAQ</A></LI>
42              <LI><A HREF="future_features.html">Future Releases</A></LI>
43              <LI CLASS="topicList"><A HREF="future_features.html">Version
44                History</A></LI>
45            </UL>
46			</TD>
47		</TR>
48      	<TR>
49			<TD CLASS="topicHead">RB Manager</TD>
50		</TR>
51		<TR>
52			<TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
53		</TR>
54		<TR>
55			<TD CLASS="topicList">
56	        <UL>
57              <LI><A HREF="index.html">Home</A></LI>
58              <LI><A HREF="tutorial/index.html">Tutorial</A></LI>
59              <LI><A HREF="views/index.html">Functionality and Views</A></LI>
60              <LI><A HREF="lookandfeel.html">Look and Feel</A></LI>
61              <LI><A HREF="menu.html">Menu Items</A></LI>
62              <LI CLASS="topicList"><A HREF="tutorial/step1.html">Preferences</A></LI>
63            </UL>
64			</TD>
65		</TR>
66		<TR>
67			<TD CLASS="topicHead">RB Reporter</TD>
68		</TR>
69		<TR>
70			<TD VALIGN="center"><IMG SRC="images/template_line.gif"></TD>
71		</TR>
72		<TR>
73			<TD CLASS="topicList">
74	  <UL>
75              <LI><A HREF="RBReporter.html">Home</A></LI>
76        <LI>Report Types</LI>
77              <LI><A HREF="scanfile.html">Code Scanning</A></LI>
78            </UL>
79			</TD>
80		</TR>
81	</TABLE>
82
83      <P>&nbsp; </P>
84      </TD>
85
86    <TD COLSPAN="2" VALIGN="top" CLASS="mainBlock"><!-- #BeginEditable "Main" -->
87      <H3 ALIGN="CENTER">Frequently Asked Questions</H3>
88      <P><B> What is the advantage of using RB Manager when I can edit resource
89        bundle property files in a simple text editor?</B></P>
90      <P>Trying to manage internationalization efforts in anything but the smallest
91        of projects can be a difficult and time consuming task. In fact, RB Manager
92        as a project grew out of the frustrations and errors that developed as
93        the result of trying to maintain multiple language support in a moderately
94        large project. Relying on text editors and the like decreases the chance
95        that developers will properly comment each aspect of each translation,
96        increases the chance that errors such as duplicate key names and inconsistencies
97        across language files, and increases the amount of time developers and
98        translators have to spend tracking down inconsistencies and untranslated
99        resources.</P>
100      <P>RBManager offers the following features to correct these problems:</P>
101      <P>
102        <UL>
103
104        <LI> RB Manager can edit multiple language files when appropriate</LI>
105          <LI>Entries are checked for proper format and assured not to be duplicates</LI>
106
107        <LI>RB Manager provides a better grouping of resources, so that individual
108          translations are easy to find</LI>
109          <LI>Each language file will display in its own view a list of only resources
110            that are untranslated</LI>
111
112        <LI>RB Manager keeps track of statistics such as number of resources,
113          untranslated items, etc.</LI>
114
115        <LI>RB Manager allows importing and exporting of translation data into
116          multiple formats</LI>
117          <LI>Use of the application cuts down on development, translation, and
118            debugging time in any internationalized setting</LI>
119        </UL>
120
121      <P><B>Will RB Manager work on my computer?</B></P>
122
123      <P>RB Manager is written using only the Java API. It has been tested under
124        the Java 1.2.2 runtime environment and higher. If your computer has a
125        Java Virtual Machine (JVM) in this environment, RBManager should work
126        for you. Instructions for setting up and running the program are found
127        in <A HREF="tutorial/step1.html">Step 1</A> of the tutorial.</P>
128
129      <P><B>Why doesn't RB Manager run in language X?</B></P>
130      <P></P>
131      <P>RB Manager will allow you to edit language files for any language/country/variant
132        encoding. To demonstrate the usefulness of internationalization, RB Manager
133        has its own resource bundle. The application can currently be run in English,
134        German, Swedish, and Finnish. You are welcome to use the program to edit
135        its own resource bundle and add any other language. If you do so, you
136        may submit the new language file to the
137        <A HREF="http://www.jtcsv.com/cgibin/icu-bugs/">ICU bug database</A>.
138        Each submission will be considered for future submissions, but the submittor
139        must give the rights to the translation to IBM if the file is to be included.</P>
140      <P><B>I found a bug. Where do I report it?</B></P>
141      <P>Please submit a bug to the <a href="http://www.jtcsv.com/cgibin/icu-bugs/">ICU bug database</a>.</P>
142      <P><B>What can I expect from future versions of RB Manager?</B></P>
143      <P><A HREF="future_features.html">Answer</A></P>
144      <!-- #EndEditable --></TD>
145	</TR>
146	<TR>
147		<TD BACKGROUND="images/template_ll.gif" HEIGHT="40" WIDTH="200">
148			<!-- Comment -->
149		</TD>
150		<TD WIDTH="80">
151			<!-- Comment -->
152		</TD>
153		<TD>
154			<CENTER><SPAN CLASS="Copyright">Copyright 2000-2001 International Business Machines, All Rights Reserved</SPAN></CENTER>
155		</TD>
156	</TR>
157</TABLE>
158</BODY>
159<!-- #EndTemplate --></HTML>
160