0
votes
1answer
14 views

Interface Builder loads the wrong language art. App works fine

Localizing is going fine so far. I have localizable.strings working, I have xib files split properly, everyone is happy. The problem I am having is when I split art files in a split xib file. When ...
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 ...
0
votes
1answer
41 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
0answers
30 views

How to change the title of Tabbar with localizable system

I use the language change in the app, but do not change the title of the Tabbar. You can give me the solution to my problems do not perform. -(void) menuCallbackEN: (id) sender { ...
1
vote
2answers
36 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
66 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
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
51 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 -> ...
0
votes
2answers
46 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
2
votes
2answers
58 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 ...
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
0answers
19 views

How to clear the string bundle cache?

Whenever I try to load up new strings from NSLocalizedString, I find that the NSLocalizedString macro has the previous strings cached. Here's an example of what I mean: Let's say I have the following ...
6
votes
0answers
177 views

Google API gives error when location entering in Danish language setting in iPhone Application

I am using a Google API to finding latitude longitude from Address location. And its working fine in English language settings. But when select Danish setting in Internationalization then it gives a ...
2
votes
1answer
66 views

Localization for common UI strings

I have strings in my file that I am localizing. Many of these are common and used already throughout iOS. E.g. "saving", "loading", "go back", "favorites", "take a photo". In the interest of providing ...
-1
votes
2answers
45 views

Updating iOS/iPhone app with new localization/ replacing resources

I have an iPhone application that is already on the app-store and is not localized. In the new version of the app, I want to add more localizations to it, the localization includes text translation ...
1
vote
1answer
109 views

Unknown class <MyViewController> in Interface Builder file + Localization issue

I have an app with two localizations. Usually I use 'NSLocalizedString' and keep the same source code for both localizations, but one of my ViewControllers has to look and function different for each ...
0
votes
1answer
30 views

Separate builds from localizations

I want to add localization to my iOS app. I was able to do that via the localization mechanism in XCode and used 'localizable.strings' for each of the 2 locales + localized the UI via storyboard and ...
1
vote
1answer
57 views

xcode iOS getting a list of all localizations

How do I get a list of all available localizations? I have an app with 5 localizations. I need to know whether the current locale is in that list and if not, create a fallback. But how do I find out ...
1
vote
2answers
147 views

How to localize custom Done button

I use Done button in my custom view and I'd like to make its title localizable. I know that system Done button from UINavigationBar is already localized and it would be perfect to get it's localized ...
0
votes
1answer
96 views

iPhone App crashes after localization of xib file

I am creating my first iPhone app in which the first screen displays a table view the user selects from. It works before localization using the method below. - (BOOL)application:(UIApplication ...
1
vote
2answers
198 views

Localize an iOS app inside application dynamically?

Currently, I have three separate .strings files - for English, French and German respectively. I have a UISegmentedControl in the preferences section, where I would like to change the default ...
2
votes
3answers
161 views

How to correct the Xcode bug of creating lproj folders in the en.lproj folder?

I had a Localizable.strings file in my project for which I wanted to add more localizations. So I went to the Project Settings and clicked the "+" to add languages. Somehow I cannot do that anymore ...
0
votes
2answers
84 views

How to change the language of a UIAlertView to match the device language?

My app has a localizable.strings file which supports English , French and German languages and I have an alert view that pops up when you tap a button so how can I make this alert view's language ...
0
votes
1answer
230 views

Switching between localized storyboard at runtime

I have iPhone application using storyboard with two language (Arabic / English) how i can switch from Arabic localization storyboard to English storyboard without need to change language iPhone ...
0
votes
1answer
243 views

App is not changing the language when I switch to another language in the iPhone Settings

I have a strange problem with my app "Apnea Trainer". This app has multiple languages, the default localization is English. Since I sent the last update to Apple (November 2012) I haven't touched the ...
1
vote
1answer
47 views

Loading english version of images for both languages

I have a localized application that uses two languages: English and German. I have images that are named based on the topic name, for example: I have a topic in my application that is named:Toys, and ...
0
votes
1answer
78 views

iOS Binary Localizations

Recently I have updated my iOS application by introducing Spanish and German translations. After uploading the binary to iTunes Connect, on Binary Details page it displays: Localizations: ( "ca", ...
-1
votes
1answer
76 views

how to localize parsing data?

I am working on localizations. I got some information regarding it i.e, editing label text in Localizable.strings. But i want to localize parsing data. I am using below for editing label text in ...
0
votes
3answers
542 views

iOS Localization (Localizable.strings) not working

I have an app with an "Error" message. I want to translate this error message. OK, first I created a file named "Localizable.strings". In the file I wrote: "ERR" = "Error"; then in my .m file I ...
0
votes
0answers
89 views

Localization.strings not working from Xcode build/run

When I test my app in the simulator, my localizations work fine. However when I run on my device, they don't work at all and I just get the default en language strings. Now the strange thing is if I ...
1
vote
1answer
69 views

Localising country not in xcode's list and others not working

I am trying to add the localisation for Tagalog (philippines) which is listed here as country code tl but it's not in xcode 4.5's big list of languages. So how do I add it? If I just add the tl.lproj ...
1
vote
1answer
66 views

iPhone App Store version is different from simulator version: Localization

I submitted a new app to the App Store. I have a Localizable.strings file in my de.lproj directory and one in my en.lproj directory. The German File is set to German and the English file is set to ...
1
vote
2answers
108 views

What is the best way to make localization in iPhone? [closed]

I am working on the localization in the iPhone . I have used apple in built localization technique i.e. after saying make localize in Xcode provides two different .string file where we have to put ...
0
votes
2answers
95 views

Xcode Localization Update

So I have localized a storyboard in Xcode using Use Base Internationalization. I went in and translated all the strings in the strings files. Yay. That took forever. Now I added a new element in the ...
1
vote
2answers
51 views

Localized date not translating the days

Here is how I am localising days: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; NSString *dayFormat = [NSDateFormatter dateFormatFromTemplate:@"EEEE" options:0 locale:[NSLocale ...
1
vote
2answers
101 views

What does lowercaseStringWithLocale do?

Does anyone know exactly what the new (iOS 6) lowercaseStringWithLocale method of NSString does? The documentation is very skimpy, and I didn't find a single reference to this method in Apple's ...
2
votes
4answers
439 views

Change iphone app language with buttons and without restart of the app

I want to change the language of my app. At the moment I am doing it at the following way. I have two buttons which are change the languages in NSUserDefaults. But before this affects my app I need ...
1
vote
1answer
169 views

subfolders in iPhone localization folders

I would like to localize some images in my iPhone project. So I created files: en.lproj/Images/iPad/btn-check-pressed~ipad.png en.lproj/Images/iPadRetina/btn-check-pressed@2x~ipad.png ...
1
vote
2answers
160 views

Shortening currency numbers using abbreviations while keeping currency format

I would like to shorten currency numbers by using "K" to represent thousands, "M" to represent millions and so forth. Since the numbers represent currency value, I am also using NSNumberFormatter to ...
1
vote
1answer
84 views

Is it possible to set default language for infoPlist.strings (App name)?

I have an iPad app in which I want to localize the application name also. I know how to do this by adding infoPlist.strings file. (Suppose) Till now I have added two languages russian and English ...
0
votes
2answers
327 views

iOS - LocalizedStringForKey:value:table: returning wrong localization

I am using the following code to return a localized string: [self.languageBundle localizedStringForKey:key value:key table:nil]; In case of English, there is no problem. However, for Dutch, it ...
0
votes
1answer
183 views

iOS - Writing NSDictionary to Localizable.strings

This question is continuum to that one: iOS - Could I change the localizable.strings content during runtime? The answer was useful, however, there is a problem that I am facing. The printed string ...
0
votes
1answer
114 views

iOS App doesn't work in other language

My iOS-App was first German and English. As it was just a fault, I removed the English localization. Somehow if I change the language in the iOS Simulator to english not it loads the old storyboard ...
1
vote
2answers
910 views

iOS - Could I change the localizable.strings content during runtime?

I am loading the translation through a JSON file every time I launch the application. Could I parse that JSON, clean it up and place it in the localizable.strings file? If not, will I be able to load ...
0
votes
1answer
54 views

Minimize xibs variety for localizations and iPhone 4/5

As I know from official sources, when we localize xib files we need to duplicate them and replace translated strings in Interface Builder. And to support iPhone's 4" screen we need to make separate ...
0
votes
1answer
136 views

How to use localization with RubyMotion?

I think it's not possible to use I18n, so what's the best approach? From what I see you can use Bubblewrap as so: # Localization (using NSBundle.mainBundle.localizedStringForKey): ...
1
vote
1answer
108 views

localization and wrong keyboard for password field

I have a password text field (secured), and from some reason when I change the language of the OS, the english keyboard comes up for the password field only, rather than the keyboard for the selected ...
0
votes
3answers
143 views

Localisation of iPhone App - Letting User Choose Language

I understand how to localise an app and that the language displayed is based on the users language / region choice in their phone's settings. My question is, what if I want to let the user choose the ...
0
votes
1answer
244 views

iOS - Localizable.strings - NOT working - after Update to 4.5.1

I use only one language at this time, but I want to use the Localizable.strings to prepare my app for the future. After the updating to Xcode 4.5.1, my Localizable.strings is not copied to the app - ...

1 2 3 4 5 11