Tagged Questions
0
votes
1answer
30 views
iOS removing localization
I had to remove some language localizations from my iOS application.
after removing those localization the languages do not appear in xcode.
The problem is that if a user (with one of the removed ...
0
votes
1answer
22 views
updating the the base storyboard images so all other storyboards are updated
My app is localized to many countries, i want to update the user interface with a few helpful images and good layout.
When i add pictures to the base storyboard or the English storyboard it doesn't ...
0
votes
1answer
28 views
Localization not working in the base language
Hi i dont seem to have a problem with doing localization it has worked fine in other apps, however this app is doing something quite funky.
It localizes fine to french , or other languages, but not ...
0
votes
1answer
70 views
Why is my UILabel not initializing when using another language? (iOS localization)
I'm applying localization to an iPhone app I'm working on, and slowly going through all texts/strings/labels throughout the app to dynamically retrive the correct language translation done through ...
1
vote
1answer
47 views
Xcode removing language specific storyboards iOS
A while ago i decided to make my application multilanguage. I ended up using localizable.strings. So a different file for each language with all the translations in it.
In my main storyboard i just ...
0
votes
1answer
29 views
Change language used in copy/paste menu to something other than English
I have set "Localization native development region" to "France" in my Info.plist. Nevertheless, the copy/paste menu on a UITextField is still in English. I do not understand why, and I guess the app ...
1
vote
1answer
46 views
Prevent Restart of IOS application after Language change
I know that we can change the language in runtime by setting the value for "AppleLanguages" in user defaults. Can anyone suggest me how to achieve the following:
App is running->Press Home button -> ...
0
votes
1answer
46 views
Change Single Language of Xcode Project
How do you change the default language used by your project without doing localization?
What if I want my app to be in Japanese or Italian? Is it enough to just use Japanese or Italian texts? How do I ...
1
vote
0answers
18 views
Localizing iOS app across multiple targets
I have a couple of targets for my app. I am trying to localize them differently. I have found this to be pretty easy when dealing with a Localizable.strings file and the NSLocalizedString macro. To ...
1
vote
2answers
42 views
hyperlink in localized.strings file - objective c
Is it possible to embed a working html hyperlink inside a localized string file? And if so, how?
When I try to create this link I get an error:
read failed: The data couldn’t be read because it has ...
0
votes
1answer
26 views
Troubleshooting with internationalisation
I recently added other language support to my ios project.
Then, I continued to develop.
Now if I turn my language back to English it runs an older (way older) version of the app and I don't know why ...
0
votes
1answer
61 views
Localizable.strings is not working
I added a Localizable.strings to my project, but its not working... Here is a sample:
NSLog(@"Welcome Text: %@", NSLocalizedString(@"WelcomeKey", @""));
The Localizable.strings:
...
0
votes
0answers
9 views
Can certain localizations in a resource bundle be ignored?
The project includes resources in a resource bundle. This bundle has too many localizations though. It is required that the application only display one language throughout the entire interface to ...
0
votes
0answers
18 views
Localization not defaulting to english ios
My application is localized for English and Chinese. When I switch the language to German the application crashes with the following error:
* Terminating app due to uncaught exception ...
0
votes
0answers
15 views
Localization broken for UISegmentedControl in Xcode 4.6
Localization from storyboard for UISegmentedControl seems to be not working with the Italian language.
It's fine if I localize it programmatically, setting all its titles with NSLocalizedStrings.
Can ...
0
votes
2answers
32 views
Formating a single textfield so that it display is different to all the others
How would i set the currency in a text field to display it as a localized currency, with a leading 0. If someone types in 16.25 pence it would be formated as 0.1625£ respectively. I am using ...
0
votes
0answers
27 views
Localizable.Strings not picked up on iOS command line build
We have a command-line build script that creates our IPA automatically every day and it was working well until we added Localization.
For some reason the command-line build is not picking up ...
0
votes
1answer
29 views
Localization of mobile apps - Any resources available for the basics?
I have an IOS app I intend to localize into a bunch of languages at a point. Instead of going to a translation service and translate everything from scratch, I wonder if there are any resources to get ...
0
votes
2answers
58 views
how to localize label strings in ios for a beginner
Hi im very much stuck on the process of localisation on ios .
heres what i do understand , how to go to the project explorer and set base localizations for diferent countries,
how to make a string ...
1
vote
2answers
37 views
Multilingual iPhone App with Audio
I'm currently developing an ios app with a lot of audio. I want to release versions in different languages but this means having all the audio in every language, which would take up too much space.
...
0
votes
1answer
67 views
UITextView alignment for 'right to left' written language
I have created two methods to change the text alignment of a UITextView. I am targeting iOS6 and above. The idea is that the user can change the alignment of the input of the textview. if the input is ...
1
vote
2answers
55 views
Localization for a very simple app.. How to connect a button?
I have a very simple app which only contains a PickerView, UILocalNotification, UIAlertview and less than 8 views. What I want is:
I have a main view which contains two buttons one says English and ...
1
vote
1answer
38 views
Using one storyboard with multiples languages
I want to localize my app in multiple language (like 6 or 7) but i don't want to add as many as storyboard copy. So, for 6 differents languages, I want:
One storyboard
6 Localizable.strings
In my ...
2
votes
1answer
53 views
Localization problems in iPhone/iPad app
I have localized an App for English and Lithuanian. Preferred language is English. Problem is that users which are located in Lithuania can not see Lithuanian version because in the Settings -> ...
-1
votes
1answer
68 views
How to Add Malayalm font (India) in iOS app Programically [closed]
In my new app, i wish to add two languages- Malayalam and English..
English is already there.. so now i want to know about malayalam font.. i Search for it more than 2 day, and i cannot find and ...
0
votes
0answers
24 views
Add localizable language to Xcode from shell script
I'm trying to add a new localized strings to the project, from shell script.
Is there any way to add them,
like when you press the + button under the localizations in the project Info?
I tried to ...
0
votes
0answers
21 views
Application Language in iTunes website Language
I pointed out that my application to the Russian language:
Targets Localization native development region: ru
When I download an application to itunes connect all writes that Russian default
Why ...
0
votes
2answers
78 views
Get the user's date format? (DMY, MDY, YMD)
I'm creating a form where the user can enter their birthday with 3 UITextFields: 1 for month, 1 for day and 1 for year. I'd like to arrange them based on the user's date format.
i.e.: [ MONTH ] [ DAY ...
0
votes
1answer
42 views
Localizing apps for non-standard locales
I am writing an app which should support a language which is not in the list of available (40?) languages on the device, but the region format is. I want to localize the name of days as well as ...
0
votes
2answers
81 views
Xib not found after localization
I've added a new localization for italian language in my project and after that I localized a xib file to start the translation of the project. The problem is, now when I run my project in the ...
0
votes
2answers
49 views
Changing the country on iPhone for localization testing
I can change the language in Settings->General->International but how can I change the country on a physical iPhone so that I can test my localization is working correctly?
0
votes
0answers
16 views
iOS bas internatioalization runtime [duplicate]
I'm using storyboard. In my project I've enabled base internationalization and add 2 more langs. I wonder how can I switch the lang runtime from the settings in the app?
Cheers
1
vote
1answer
26 views
GameCenter match by locale
I have a game that relies very heavily on text-based communication, and therefore, I would like to only match players with other players who have the same language settings set, provided it is ...
2
votes
2answers
60 views
How do I add new strings to iOS app for localization?
I have localized my app and set up the Localization.string file.
Now that I want to add new strings, how do I make it so the corresponding files get the new strings automatically? Or do I have to ...
1
vote
0answers
141 views
iOS 6 UIActivityViewController - how to present Share Action Sheet with local language?
How to change built-in labels such as "Mail", "Weibo", "Copy", "Cancel" on the popup sharing -panel into local language? Thanks!
8
votes
2answers
68 views
How to modify/localize “This app does not have access to..” privacy message
If I revoke the app's access permission to my photos, I get this, even if my device language isn't English:
Is there a way to localize this message?
I haven't found a suitable key to set in plist ...
0
votes
1answer
41 views
Can Chinese users who read the app store in traditional see a simplified description?
Can Chinese users who read the app store in traditional Chinese see a simplified Chinese description? My app is currently only translated to simplified, and I only specified the simplified ...
0
votes
0answers
56 views
App Store Localization
This is for an iPad and iPhone app.
Does localizing metadata and app name hurt app store SEO at all for an apps default localization? Or is it just the more keywords the better?
Can my app have ...
0
votes
1answer
42 views
Mapping API error codes to localised strings in iOS
I'm writing an iOS app which download some statistics from our company server. In case of error the APIs provides an error code and an error description. I would like to keep the error description ...
1
vote
1answer
79 views
iOS game Localization with String Format
I want to localize strings with numbers inside a sentence. I dont use iOS's Localizable.strings file since it's tedious and error prone and I may decide to rephrase words later on.
Here is what I ...
1
vote
1answer
88 views
NSLocale preferredLanguages with only 2 charcters as returned values
The following code gives an array with all Languages,
still I would rather filter out variations like "en-GB",""zh-Hant" and have an array with only 2 characters per language.
What is the elegant ...
0
votes
1answer
70 views
locale detect objective-c [duplicate]
I am working in localizing and app in objective-c and would like to know if there's a way to detect what is the language of the phone.
More specifically, when the end user goes to ...
2
votes
1answer
76 views
Does iOS Look for Region-Specific .lproj Directory (e.g. en_US.lproj)?
According to the official document Internationalization Programming Topics:
if your Mac app had localizations for United States, Great Britain,
and Australian users, the bundle routines would ...
2
votes
1answer
47 views
How to read localized image with imageWithContentsOfFile
this is my first question here :-)
I have an image icon_new.png which is localized for 3 languages. I need to load it in run time using something like this:
NSString *path = [[[NSBundle mainBundle] ...
0
votes
3answers
138 views
ios localizable strings are not working
I have made an ios app that is localized to two languages (english and danish, english being default).
I have made a Localizable.strings with two subfiles, en and da.
Everything should be made ...
0
votes
0answers
115 views
ios Localizing MPMoviePlayerController Done button
I am writing an ios application for italy.
When i launch MPMoviePlayerController, there is a "Done" button on the top. I would like to change the Done button text to italian.
I changed ...
0
votes
1answer
151 views
I added a localization in xcode, removed it and now my storyboard is gone
So I wanted to try localizing my app. I had one single Storyboard.storyboard in my project folder.
I checked the "use base internationalization" checkbox and then xcode did something with my files.
...
1
vote
2answers
95 views
localize existing iOS app
I can't believe this hasn't been asked before (either I'm too unorganized in my coding practices or I didn't use the right keywords): How can I localize an existing iOS app that doesn't use ...
2
votes
2answers
86 views
Convert spelled out number to number
Is there a way, in Objective-C/Cocoa, to convert spelled out words to an NSNumber or equivalent in multiple languages?
For example:
convert three to 3 or convert ocho to 8 (Spanish).
Also slightly ...
0
votes
1answer
96 views
how to set iOS default localizable string for a key?
I have create a Localizable.strings file with 2 language, en & jp.
en: "key"="english";
jp: "key"="日本";
It works good when using en & jp.
_title.text = NSLocalizedString(@"key",nil);
But ...




