localizationDictionary property
A localization dictionary to override default localization logic. Allows to replace any string of FaceSDK with an arbitrary string.
To see all the localization keys, look up the RegulaSDK.strings
file at
ios/Pods/FaceSDK/FaceSDK.xcframework/ios-arm64/FaceSDK.framework/FaceSDK.bundle/en.lproj/FaceSDK.strings
.
Unmodifiable property. Use setter instead of .remove()
, .addAll()
, etc.
Implementation
Map<String, String>? get localizationDictionary => _localizationDictionary;