nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

No translate buttons on keyboard RadDataForm - "Prev/Next/Done"

Open antbmaru opened this issue 5 years ago • 4 comments

Install nativescript-localize, set default language, all translate, but "Prev/Next/Done" on keyboard - NO

antbmaru avatar Aug 08 '19 09:08 antbmaru

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.

tsonevn avatar Aug 12 '19 04:08 tsonevn

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": "Готово" } }

antbmaru avatar Aug 12 '19 10:08 antbmaru

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.

kdagithub avatar Sep 11 '19 13:09 kdagithub

is there any progress with this error? someone managed to translate the buttons?

wontroba666 avatar Dec 28 '20 09:12 wontroba666