| Home >> All >> org >> enhydra >> [ i18n Javadoc ] |
org.enhydra.i18n: Javadoc index of package org.enhydra.i18n.
Package Samples:
org.enhydra.i18n
Classes:
ResManager: Some helper functions for handeling i18n issues. One instance of this class should be created for each resource bundle. The ResManager is created by a call to getResourceManager() the parameter is the name of the package that contails the Res class. e.g. ResManager rez = getResourceBundle("org.enhydra.mypackagename"); To use the ResManager make a call to any of the format() methods. In the default resource bundle the key is the same as the value. So to display "I am 2 years old" call rez.format("I am {0} years old",2); If the string "I am {0} years old" is in the bundle the value is returned. If ...
| Home | Contact Us | Privacy Policy | Terms of Service |