nativescript-ui-feedback
nativescript-ui-feedback copied to clipboard
No translate buttons on keyboard RadDataForm - "Prev/Next/Done"
Install nativescript-localize, set default language, all translate, but "Prev/Next/Done" on keyboard - NO
Hi @antbmaru,
Can you provide more info about your problem and environment(CLI
, tns-core-modules
, tns-android
, tns-ios
, nativescript-ui-dataform
, nativescript-localize
versions). Also, it will help if you send us a sample project, where the issue can be recreated.
NativeScript Sidekick install latest versions: CLI, tns-core-modules, tns-android, tns-ios, nativescript-ui-dataform, nativescript-localize. Next Create App Template -> Drawer Navigation. And in iOS -> build Production. And one more bug, if in RadDataForm isReadOnly = true, then the "Prev / Next / Done" menu is displayed without a keyboard when clicking on a field.
This also does not work, although it translates the name of the application: \src\i18n\ru.default.json { "app.name": "Приложение", "ios.info.plist": { "Done": "Готово" } }
I have the same problem with RadDataForm. I use an iOS Debug-Cloud-Build by using Nativescript Sidekick.
The iOS Language on my iPhone 6 is set to German.
I also set the properties in Info.plist.
<key>CFBundleDevelopmentRegion</key>
<string>de</string>
<key>CFBundleLocalizations</key>
<array>
<string>de</string>
</array>
Still the soft-keyboard controls show the text in english (Prev / Next / Done).
Is there any way to customize the Language for the keyboard controls?
package.json:
"tns-ios": {
"version": "6.0.1"
},
"tns-android": {
"version": "6.1.0"
}
"nativescript-ui-dataform": "^5.1.0",
"tns-core-modules": "6.0.1"
This is actually the same issue as stated in https://github.com/NativeScript/nativescript-ui-feedback/issues/1032
But i think this is not a feature, it is a Bug because i cannot use the whole component if the keyboard toolbar is in english.
is there any progress with this error? someone managed to translate the buttons?