|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.ResourceBundle | +--java.util.ListResourceBundle | +--xmto2xmta.resources.Xmto2XmtaRes_fr
This is the French language resources. The language is French.
There is a good explanation on the National Language Support (NLS) in the book "Core Java Volume II - Advanced Features". The chapter is Internationalization.
The resources are listed on two lines so that it is easier to compare the various language resource files to see what strings are missing.
The resources that use parameters (like filenames or numbers) are formated into MessageFormat (java.text.MessageFormat). To put a single quote (') in such a resources, you have to put it twice (''). For the others resources, you just have to put it once.
History:
Field Summary | |
(package private) static java.lang.Object[][] |
contents
These are the strings translated in French. |
Fields inherited from class java.util.ListResourceBundle |
lookup |
Fields inherited from class java.util.ResourceBundle |
CACHE_LOAD_FACTOR, cacheKey, cacheList, DEFAULT_NOT_FOUND, INITIAL_CACHE_SIZE, locale, MAX_BUNDLES_SEARCHED, parent, underConstruction |
Constructor Summary | |
Xmto2XmtaRes_fr()
|
Method Summary | |
java.lang.Object[][] |
getContents()
|
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject, loadLookup |
Methods inherited from class java.util.ResourceBundle |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
static final java.lang.Object[][] contents
Constructor Detail |
public Xmto2XmtaRes_fr()
Method Detail |
public java.lang.Object[][] getContents()
getContents
in class java.util.ListResourceBundle
|
XMT-O Reference Software | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |