menu
semi_kit_cx package
documentation
semi_kit.dart
CustomYamlAssetLoader
getLocalePath method
getLocalePath method
dark_mode
light_mode
getLocalePath
method
String
getLocalePath
(
String
basePath
,
Locale
locale
)
获取本地化路径
Implementation
String getLocalePath(String basePath, Locale locale) { return '$basePath/$locale'; }
semi_kit_cx package
documentation
semi_kit
CustomYamlAssetLoader
getLocalePath method
CustomYamlAssetLoader class