Add Language to BlackBerry 9800 simulator - blackberry

How to add new language? I cannot find 9800.xml

see blog post Add Language to BlackBerry Simulator and support forum page Add language support to the BlackBerry Simulator

Related

Is there any option in iOS to change iPhone language from my app?

I am using Localization and it is working fine for my app. I want to change iPhone language. I mean all apps and iPhone language should be Change.
No. The user have to do it via Settings

open graph story Facebook sharing with IOS with multiple languages support

for a custom open graph story through IOS SDK, is there a way to specify the language locale to make it work in another language than english ? Thx!

How to execute Blackberry OS 6 app in Blackberry 10 OS

I developed one application in Blackberry OS 6.I deployed that app in to Blackberry world successfully.But it is not working in Blackberry OS 10.I am getting following error:
Unsupported for this device
Please help me how to run application in OS 10.
Thanks in Advance.
OS10 is a completely different system. It no longer supports the BB6/7 Java environment. You will need to port your app to one of the new supported platforms:
http://developer.blackberry.com/develop/platform_choice/index.html
Cascades (c++ & qml)
Webworks
Android
Adobe Air
With WebWorks it is possible to run your application in both BlackBerry 6 and BlackBerry 10, you may need to make some changes to your code, but it is certainly possible and there are plenty of resources available.
You can start from here.
Specifically BlackBerry states:
Your BlackBerry WebWorks app can be targeted to run on a variety of
BlackBerry device models or ported to a different OS, such as iOS or
Android.
Developing your app with BlackBerry WebWorks gives you the flexibility
to target users of the latest BlackBerry devices and those who are
using older models. Depending on the OS you want to target, versions
of the BlackBerry WebWorks SDK available for:
BlackBerry 10
BlackBerry PlayBook
BlackBerry 7 and earlier
See here for a tutorial on creating an application which is able to work on old and new BB devices (Simple Hello World application).
A good article to look at can be found here, which explains some of the fundamentals and differences with webworks.

Arabic for Blackberry

i am newbie to blackberry development. i got Arabic support for blackberry simulator but i couldn't install Arabic in my blackberry device.Can any one guide me to install Arabic in my blackberry phone.
Thanks..
Are you trying to modify your phone to allow you to type in Arabic or do you simply want to display Arabic text? It would help to know what model device you have and what OS version you are running
I came across this post the the Blackberry Support Forums: http://supportforums.blackberry.com/t5/Java-Development/Arabic-Font-support-in-blackberry/td-p/1540517
If you're trying to enter Arabic text, it seems that support for entering Arabic text on your device depends on your carrier and your phone. Alternatively, maybe you can try searching for "Arabic IME" in the Blackberry App World to find a third party app that lets you enter arabic text.
If you simply want to write an app that displays Arabic text then the link I provided also links to a tutorial about how to implement custom font support.
Good luck!

Will Phonegap current version work on BlackBerry OS version 5?

I am new to mobile development and I was wondering if the applications I develop using phonegap will work correctly on Blackberry OS 5 since they don't support it yet. I won't need any fancy features in my app and wanted to use phonegap to develop for Android, IPhone and Blackberry. But of course I am having problems with the different versions of Blackberry OS just like everyone else.
Thanx.
I had a chance to test this once. I have put my Phonegap application on 5.0 and observed how it behaves. Application has launched properly. But i Observed following issues.
HTML5 is supported but localStorage and sessionStorage is not supported.You need to find an alternative.
HTML Page transition is too slow. End used will certainly not accept the performance.
Few jQueryMobile API's don't work.
You cannot be sure that page will be viewed same as you see in 6.0+. Few elements get distorted.
You need to test each and every UI element and see if it is working proper.For example datepicker displays date on right side of the page instead of left
Few PhoneGap API's don't work or they crash.For example API to launch camera crashes.
After observing above issues i felt that even if phonegap is supported in 5.0 it doesn't make big sense.
Yes, but to run on OS version 4.x you have to target the PhoneGap BlackBerry application, while to run on OS version 5 or 6 you need to target BlackBerry Widgets / WebWorks -- the same application may work on both if you use compatible features, but you'll need two different builds, as though they were two different kinds of phone.
Now the support for earlier versions of BlackBerry has been withdrawn from Cordova 3.0 onwards, which in turn supports BlackBerry 10 only. Refer the following link for more details.
PhoneGap - BlackBerry Support
Thanks,
prodeveloper

Resources