簡體   English   中英

Flutter - 如何更改 image_cropper 組件中的語言?

[英]Flutter - how change language in image_cropper component?

此組件中工具的默認語言: https : //pub.dev/packages/image_cropper是英語。 如何更改此組件中工具的語言?

Image Cropper ,如果您查看 repo,有以下評論:

  /// * androidUiSettings: controls UI customization on Android. See [AndroidUiSettings].
  ///
  /// * iosUiSettings: controls UI customization on iOS. See [IOSUiSettings].

options.dart你有:

  /// Title for the 'Done' button.
  /// Setting this will override the Default which is a localized string for "Done".
  final String doneButtonTitle;

  /// Title for the 'Cancel' button.
  /// Setting this will override the Default which is a localized string for "Cancel".
  final String cancelButtonTitle;

就像評論所說的那樣,為您的本地化字符串更改那些並使用您想要的任何語言。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM