Interface IStringLocalizationDao

    • Method Detail

      • getStringTable

        Map<String,​String> getStringTable​(String resourcePath,
                                                Locale locale,
                                                List<ITheme> themes)
                                         throws PortalException
        Get the string table of the string localization.
        Parameters:
        resourcePath - the path of the resources to search within for the strings
        locale - the locale to use when searching for the strings
        themes - the themes to search within for strings, they are expected to be in the search order
        Returns:
        the string table with all found localized strings
        Throws:
        PortalException