Tagged Questions
0
votes
1answer
35 views
Allow only specific translations for different schemes/targets
My issue is, that I have a basic set of Localizable.strings for several languages, but I don't want to allow them in all my build-targets / schemes (some of our clients want only these, others only ...
0
votes
2answers
18 views
How to add localization to Project
I try to add Localization to my project but its not working.
this is the steps i do.
After create a new project,
i add "Localizations" in Info file (LangDemo-Info.plist) and then add Languages ...
-4
votes
0answers
46 views
Is there any possible for creating Loaclizable strings file at run time? [closed]
Is there any possible for creating Loaclizable strings file at run time ? , if yes could you share idea from objective c.
1
vote
1answer
37 views
Using a different database depending on locale in iOS
In my current project, the iOS application is to use a different database depending on location. The database is in raw SQL, so each database is represented as a database file, and is queried by ...
1
vote
1answer
69 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
74 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
2answers
52 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
75 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:
...
1
vote
2answers
64 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 ...
2
votes
1answer
69 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
vote
1answer
90 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
128 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
77 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
52 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] ...
2
votes
2answers
91 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
115 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 ...
0
votes
1answer
217 views
Localizable.strings causing plist parsing error
I have just localized the file Localizable.strings in my Xcode project in order to localise my application to a few different languages. However, having edited each of the files in the standard "key = ...
2
votes
3answers
81 views
Localization fallback language
I want to localize a couple of strings in my iPhone app and it works so far for the 5 languages I've selected. However, I have one issue, if I haven't defined a key for a specific language I want it ...
1
vote
2answers
614 views
Xcode 4.6 localization within plist file
I have started adding more languages to a project of mine and got strings & graphics localized without much trouble.
I have one last problem and it is with a plist file.
This plist file holds ...
0
votes
0answers
48 views
MFMailComposeViewController with Localization
In my app I have some xib files which are working with localization. I did not create a localization for every xib files, sometimes I only load the correct string in the .m file instead. At least, ...
0
votes
1answer
32 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 ...
0
votes
3answers
41 views
Localizing gives strange behavior, please advice
Hmmm, I'm not so clever as I thought I was.
Struggling all day with a few lines of code.
char latChar = (actLat > 0) ? 'N' : 'S';
NSString *latString = [NSString stringWithFormat:@"%c" , latChar]; ...
0
votes
1answer
338 views
Base localization + Storyboard + .strings -> no localization
Xcode 4.6, target iOS 6, SDK iOS 6.1
I started with a storyboard that worked well for my app; the strings it contains are in English. I wanted to add a French localization. I did this:
Added a base ...
0
votes
2answers
40 views
Decimal in localized nib. How to get it work?
In my nib there are 3 fields displaying a decimal number from a string (initWithFormat %f).
When I make my nib local those fields has to display the numbers with a decimal comma instaed of a decimal ...
0
votes
1answer
51 views
NSLocalizedString special cases
I'm doing some localization work in my app. There are some special cases, for instance in the swedish language of the genitive form.
If a word ends with s you should not add an s to the word. So for ...
0
votes
0answers
30 views
Common Menu item / App message translations?
OK, here's what I'm thinking :
I'm trying to translate my application to various languages. Now, given that most menu items are pretty common among apps (I mean "Edit", "Copy", "Paste", "New", etc - ...
0
votes
1answer
114 views
Opposition of localizedStringFromDate: dateStyle: timeStyle:
When I format a date via:
[NSDateFormatter localizedStringFromDate:date dateStyle:NSDateFormatterShortStyle timeStyle:NSDateFormatterNoStyle]];
save it somewhere, then try to access it, i get a ...
1
vote
2answers
164 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 ...
1
vote
2answers
227 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 ...
0
votes
1answer
77 views
Xcode - Localization not work when clicking “Make Localized”
I created a string file named "Localizable.strings" from Xcode (File > New > File > Strings File) because I want to localize my app.
My string work perfectly now. My localizable string file contains
...
1
vote
1answer
61 views
How does waze change objects location with their localization?
The first image is when the language is set to Hebrew, the second is in English. Look at the word " Thanks: " in the image. How Waze managed to change the location of the word to a Right To Left ...
0
votes
0answers
108 views
Saving Chinese characters to SQLite Database
Im having some problems saving chinese characters into the SQLite Database running behind my app.
Ive logged the variables before saving them and they are fine, but in the db they look like -> ...
0
votes
1answer
96 views
How should I store localized Strings in an iOS project?
I’m developing an iOS application. One of my tasks is localization. For this reason, I’ve taken all strings and put them each in a NSLocalizedString(key,comment), and everything’s been OK.
But my new ...
0
votes
1answer
51 views
Localization issue with French language
at the moment I´m doing some testing with my first localized application. See Screenshot.
In order to use localized text in a PopUpMenu on first use I´m using this to find out what system I´m on:
...
1
vote
1answer
130 views
Right to left and left to right languages in the same app?
To my understanding apple doesn't allow 2 identical apps in diferrent languages on the appstore but what if one language is left to right and the other is right to left? That means diferrent menus, ...
0
votes
0answers
70 views
set iOS app language from server side
I want set my app language from server side. Is this possible? And Is this allowed in AppStore? Please let me know. Thanks in advance.
1
vote
1answer
215 views
localizedCaseInsensitiveCompare does not seem to work with swedish characters
I'm trying to sort an array alphabetically. In the swedish alphabet the letter Å is third last letter in the alphabet so the below array should be sorted like A, B, Å but instead it is sorted like A, ...
-1
votes
1answer
77 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
0answers
86 views
Update causes Move in NSFetchedResultsController sorting on Unicode attribute
I have a table view backed by NSFRC, and am using a transient "initial" property for the FRC's sectionNameKeyPath. This method of sectioning an FRC is described here:
How to use the first character as ...
1
vote
1answer
204 views
Xcode Localization Not Working?
I am trying to add a new localization for my app for Mac OS X (Mountain Lion).
I added the appropriate localizations to the project info panel and made all the .xib files localized. I also added and ...
0
votes
1answer
35 views
Time Interval Presentation library for many languages
Does anybody know good Time Interval Presentation library for presenting date as
N {days/weeks/etc} {ago/from date/from now/etc}?
I found only this formatter kit.
But it is not good enough in ...
2
votes
2answers
201 views
iOS Localization doesn't load language
Today I wanted to try the localization feature of iOS.
I added a Localizable.strings file to my project with the following content:
"TP_Start_Button" = "Workout Plan";
"TL_Start_Button" = "Training ...
1
vote
0answers
66 views
Internal memory crash from NSLocalizedStringFromTableInBundle call
I have a call to NSLocalizedStringFromTableInBundle which typically works, so I know it has the right parameters for key, table, & bundle name. However, after another, seemingly unrelated ...
1
vote
2answers
117 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
3answers
64 views
iOS Application update with one Localization laguage removed
i'm working about one application for iOS. Application is already on App Store. But in new version, I have to remove one from Localization languages (Germany). After this, i observed very strange ...
1
vote
3answers
119 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 ...
0
votes
1answer
81 views
Localize Done button of MPMoviePlayerViewController for unsupported Language
Possible duplicate in this post, but I asked in comments and didn't get any response, so will write here
So the main problem is to localize or change button label text programmatically for button ...
1
vote
2answers
107 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
511 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 ...



