Compose the file name using the format languageCode_countryCode
@protected String composeFileName() { return "${locale!.languageCode}${_composeSuffixCode()}"; }