javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java
changeset 49 35baca0e7a2e
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
35:85266cc22c7f 49:35baca0e7a2e
    26      * @param aTextId    identifier of the text to be localized
    26      * @param aTextId    identifier of the text to be localized
    27      * @param aTexParams parameters for the text to be localized
    27      * @param aTexParams parameters for the text to be localized
    28      * @return           the text associated with the provided
    28      * @return           the text associated with the provided
    29      *                   identifier and parameters
    29      *                   identifier and parameters
    30      */
    30      */
    31     public abstract String getText(String aTextId, Object[] aTextParams);
    31     public abstract String getText(Id aTextId, Object[] aTextParams);
    32 }
    32 }