Skip to content

Localization of external exporters #23

@lubitchv

Description

@lubitchv

I have a question regarding localization. Currently croissant has a function:

  /**
     * The display name shown in the UI
     *
     * @param locale
     */
    @Override
    public String getDisplayName(Locale locale) {
        // This example includes the language in the name to demonstrate that locale is
        // available. A production exporter would instead use the locale to generate an
        // appropriate translation.
        return "Croissant";
    }

If one wants to change the name is it possible to do in Dataverse with Bundle.properties and get existing Croissant jar without change, or one needs to change external exporter itself by changing code and adding localization files inside external exporter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions