-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels