-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Labels
desktopThe issue applies to Windows, Linux or MacOS implementations.The issue applies to Windows, Linux or MacOS implementations.suggestionNew feature or requestNew feature or request
Description
Hi,
I am using the file_picker on macos (Monterey 12.5) with the system language/locale set to german.
Im using the following code to chose an image file:
FilePickerResult? result = await FilePicker.platform.pickFiles(
allowMultiple: false,
lockParentWindow: true,
type: FileType.custom,
allowedExtensions: AllowedAttachmentFileTypes.allowedFileExtension(),
);
When the file picker window opens, the language of the dialog is a mix of german and english, e.g. it says "Cancel" on the cancel button, but "Auswählen" on the confirmation button.
I don't see a direct way to set the language for the file picker. Is it possible to allow this?
Metadata
Metadata
Assignees
Labels
desktopThe issue applies to Windows, Linux or MacOS implementations.The issue applies to Windows, Linux or MacOS implementations.suggestionNew feature or requestNew feature or request