Community Questions & Answers
How to change Alloy/Moment language
How do I change the language for moment.js in alloy? I'm doing this: ~~~ var moment = require('alloy/moment'); moment.lang('pt-br'); ~~~ But I get this error: [ERROR] : Script Error Couldn't find module: ./lang/pt-br
i18n - Android - Multiple xml files
Hello, My app use 2 languages EN/FR. I splited the strings.xml file multiple files. It works great on iOS but fails on Android 4.2.2, Ti SDK 3.0.2 GA. Is it possible to split the strings.xml file into multiple files on Android ? Thanks.
Language files with same language but different locale
Hello, I have a hard time figuring out how to use language files for the selected locale. Example: my device has Norwegian (Bokmål) selected as language "nb" but my region/locale Is set to Norwegian (Nynorsk) "nn-NO", the question Is...
openPhotoGallery and showCamera Language Settings
Hi, all I want to change openPhotoGallery and showCamera function inside language How to do that ?
language code for Chinese
Hi i am trying to do internationalization for the Chinese language. However i used the folder name 'zh' which is suppose to denote chinese, but it didnt work. All other languages such as english and japanese worked successfully. Does any one know the...
Give the user the ability to choose language
Hi guys, I've got some questions concerning changing the language of my app. Is short, the app I'm building is a city guide specifically made for (foreign)students who are studying in Antwerp in Belgium.The user should be able to choose what language they...
OpenPhotoGallery-Language
Hi, I'm trying to change the language in the function OpenPhotoGallery. I tried adding the following lines to my info.plist <key>CFBundleDevelopmentRegion</key> <string>de_DE</string> But the language is still english. Any tricks...
Change default language
Hi, my app is in French and it is the only language. When I submit my app in the Appstore, it appears as a English app. How can I force it to appear as French ? Regards
i18n Differentiate US from Canada, UK, New Zealand
## Problem The ISO Standard 639-1 lets you differentiate between languages, but not countries. http://www.loc.gov/standards/iso639-2/php/code_list.php **How to make sure that people with a phone in UK read "Color" as "Colour" and...
Multilple Languages integration in My App
Hi Everyone, May be this feels easy but i need to ask. I want to add multiple languages integration in my app. I should be able to choose a language when clicked on a button. and then all the text must be shown in that language. How can I do that? Please...
How can I change the layout of the tableview from LTR to RTL to support RTL languages such as arabic?
Hello there, I am wondering if anyone can help me with figuring out how to change the layout of a tableview from Left-to-Right to Right-to-Left to support rtl languages such as Arabic language, so that everything I write inside the table would be aligned...
"reload" app text
Hi, I am working on an app that supports multiple languages. Basically there is a picker that allows the user to change the language. The way it works that instead of using static text throughout the app, I'm calling a function that returns the text...
Changing language while the apps is running
Hi, I have two questions to ask: 1- Do you know any apps in iOS where user can change the language ? 2- I have two language for my apps English and French i'm managing it with the L() function and it works well. I want to allow the user to change the...
Create app with different localizations
My situation Application type : ~~~ mobile Titanium SDK : 2.1.1 Platform & version : iOS 5.1 Device : iOS simulator Host Operating System : mountain lion Titanium Studio : the last ~~~ hello ! I'm developing an app, and I wish that the app was...
Japanese by default?
In my Apple App Store screen the public sees, it says Japanese is one of the languages. In iTunes Connect, the entry says English is the only activated language. But, in the Binary Details, it says Localizations:( "en", "ja" ). Is...
How can I change the language on various system sections?
Hey dudes, how can I change for example the title of the "more" tab button in a different language. It looks very bad if all the other content is in German and only "more" tab in English.... I have the same problem with the...
language texts aligenment
hi all i need to know is an android device supports arabic or not with appcelerator or any other way that we can use in appcelerator . coz i have text alignment with arabic on some devices like huewawi U8500 and some of galaxy models any tips?!
Set application specific locale
**Application type:** mobile **Titanium SDK:** 2.0.1 (04/12/12 16:33 999c68a) **Platform & version:** iOS 5.1 **Device:** iOS simulator **Host Operating System:** OSX 10.7.4 **Titanium Studio:** build, 2.0.1.201204132053 Hi guys, I just want...
Facebook authorize not in English
Hi, I'm having a problem with `Ti.Facebook.authorize();`. I can call the function ok, and the facebook login popup appears correctly, just not in English, [see screnshot here](http://imageshack.us/photo/my-images/856/screenieo.png/). I've also checked m...
ACS - Language support : Korean
I've tested ACS with Android SDK and found that it looks like not supporting Korean. When I saved a value with Key-Value in Korean, I was able to see just ??? at the data browser. Did I miss something? or The ACS doesn't support Korean. Regards, Ken
Building different Apps from one project
I want to deploy different apps with a different app name and specific resource folders. In xcode you can do this with "targets". So you got one project and multiple project targets. In xcode you also get multiple .plist files. How can i...
Change the localization in the app?
Hey there! I'm searching for a way to change the localization of the app so that the app can start with the new language on the next startup. Is this possible? Thank you!
Change localization into binary
Bonjour, ti 1.2.1/lib1.4.2 My first app got listed this morning on iTunes (great moment), but the language is specified in the binary (and thus in iTunes's left column details) as "english". I found no way to change this in the binary (not in...
Changing the language of my app while running
Hi, Is it possible to change the language of my app while its running using any control eventlistener? I want the user to be able to change languages in my app. Is it possible to do this? Thanks
Facebook button text
Can I change the language of the login button in Ti.Facebook.LoginButton? SDK 1.6.2
Localization of Android App Name
I know, that it is not possible to internationalize/localize the app name for android. For this simple thing i can't use Titanium, but it looks pretty good. So the simple question: When it will be possible?
Change the language of a picker
Hi all, I would like to change the language of my picker. The switch from English to French. (Example: "Today" to "Aujourd'hui") How to do this? Thanks Anthony
Titanium.UI.createEmailDialog in another language?
Hello, I hope somebody can help me with this: I want the EmailDialog to appear in the correct language, depending on which language the device is set to. May it be English, French, German, etc. Is there a way to do this? I also noticed, that controls in...
Facebook Dialog - Default Language
Hey folks, I am currently implementing Facebook into my application, so far so good. But all the meta information in the dialog is displayed in english. (Like post to wall, etc.) But for my target audience I need that text to render in a different...
localiation
Hi please tell me how to change the language options using Ti.locale.I want my application to show in English,France and German languages.how to do that?
Danish letters in project name
Hello community. I'm having a basic problem in naming an app. If I include the Danish letter æ in the project name, it fails in compilation. Even with a new empty project. When I exclude the æ, it compiles fine. This is for the app name. Is there a way...
Facebook login-page in different language
I'm trying to make the Facebook login-page be presented in another language than english, but can't find anything on the subject. Anyone know if it's possible? IE, when I call `Titanium.Facebook.authorize();` the popup page should be in swedish. Thanks!
How to set foreign language keyboards, beside US/ English keyboard
I'm using Titanium to build a dictionary app, I want to change the default keyboard to new language (ex: French), searched around but couldn't found any documents about this issue.
Android and language xml files - no spaces in name attribute
I learned this the hard way, but your app will crash and have to be forced closed if you have a space in your name value in one of your language xml files. It'll run just fine on an iPhone but won't work at all on the Android emulator. You'll also see an...
How to detect a system language?
I'd like to translate my app to few languages but I don't see any options to get a system language, however mobile sdk has that option built-in. Is there any option to detect somehow a system language?
Internationalizing application name
Hi! I'm struggeling with one important issue: The name of my application should be language-dependent. In German it should be "Küche", in English "Kitchen" (maybe there will also be a Spanish version). Is it possible to...
Email dialog language
Hi, I'd like to know how can I display the email dialog with the correct language (buttons 'send', 'cancel', fields 'to:', 'subject', etc.). I'm not trying to display it in english, or spanish or french. I'm trying to display it with the phone's language...
Foreign local language support problem for Android platform
when using titanium try to develop foreign language app (such as Chinese) in android platform, some titles can not be showed correctly. I have already seen that is incorrcet like table title,button title or label text, the output seems only show some...
erro : desktop *.php multibyte language
<h4>I'm sorry. I'm not good at English.</h4> php files: Japanese (Korean) representation error. **_test.php_(utf-8)**---------**not work(failure)** ~~~ <html> <head></head> <body> Japanese character string is...
[tooltip] Default language setting since we have xcode
Hi !! I want to share a little tooltip for who want to change English default language, like me !!! In all projects we should make with Titanium, we have always default language in English, which mean that all "system interaction" are in...
Change app language
Hi! I'm a french developer, and I would like to change my app's language. Some functions are in english, like "more" tab (instead of "Plus") and "Cancel" button ("Annuler"). I've changed the simulator lang, but...
Reload App.js?
Hi, I'm making an app with a language setting. I'm first setting the language to the iPhone locale in app.js like this: ~~~ if (!Titanium.App.Properties.getString('locale')) { var language =...
Who moved the language packages?
I'm hoping to test some python 2.6 packages in my build of titanium desktop (currently running python 2.5). I'm aware I can import standalone modules by dropping them in my resource directory, but a couple of the 2.6 packages modify existing files in the...
Titanium Localized Support for Language Change
Hi Support, I am using Titanium Mobile SDK 0.8.1, and application running fine in iPhone, But i want to know how to provide Localized Support (language transformation) to my using application, Is it possible with 0.8.1 Sdk or not? if yes, then how i can...
Change the language of native buttons ?
Is it possible to change the language of the buttons on iphone app? (Delete, done, cancel...) For use in French. If this is not possible when we can t expect this feature? Thank you.
Showing 1-45 of 45