javacommons/utils/javasrc/com/nokia/mj/impl/utils/LocalizedTextProvider.java
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
    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 }