D
Deleted member 103
Guest
Hi,
is there a way to show the description of "#PlistExtra" in different language?
For example:
is there a way to show the description of "#PlistExtra" in different language?
For example:
B4X:
Select CurrentLanguage
Case "de_"
#PlistExtra:<key>NSCameraUsageDescription</key><string>Aufnehmen eines Fotos.</string>
Case "it_"
#PlistExtra:<key>NSCameraUsageDescription</key><string>Fare una foto.</string>
Case Else
#PlistExtra:<key>NSCameraUsageDescription</key><string>Taking a photo.</string>
End Select