The localizable.strings tag has no wiki summary.
0
votes
1answer
27 views
Duplicate Storyboard files appeared in Xcode project Directory. Barely able to run project
I have quite a big and complex project with multiple storyboards, all localized in 2 languages. I have 4 storyboards - main iPhone, main iPad and another 2 for a separate feature.
Here are the ...
0
votes
0answers
53 views
How to Localize ListView item Text
I am working in project with Locale and android ListView. In an activity, I want to show all the system available locales (language with their corresponding country) in listview. Everything is fine, ...
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
78 views
Xcode warning: The specified input encoding is Unicode (UTF-8), but file contents appear to be Unicode (UTF-16); treating as Unicode (UTF-16)
I create the .strings file by using genstrings command. Output file of this command encoded with UTF-16, but when i add generated .strings file to my project and then bild, Xcode show warning:
The ...
1
vote
1answer
43 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
46 views
Localizing strings in strings.xml gives NullPointerException
My work computer that Eclipse is installed on does not have internet connectivity due to work related issues so all code and LogCat text has been hand typed instead of copy and pasted since I am on a ...
0
votes
0answers
32 views
How to add the localization String file for dynamic library in ios
I have tried by using to create bundle. But I could not get success. I want to add the localizable string files for my dynamic library file. Please Guide me.
REgards.
Girija
2
votes
1answer
89 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 ...
3
votes
1answer
55 views
Is it possible to create an inheritance like structure for strings files in Xcode?
I have an application that has different sets of strings based on the target. Is it possible to have one base strings file and then only override a few keys in another?
For example, if my base file ...
0
votes
3answers
180 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
19 views
Updates to Localizable.strings not taken in account
I have 2 files Localizable.strings in my project for English and French.
However when I add a new string to the English file for instance, it is not taken in account and the ID is displayed instead ...
0
votes
1answer
119 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 ...
6
votes
1answer
125 views
How to access private strings of the Android OS programmatically?
Background
I would like to get all of the strings of the Android OS (including all of them) programmatically, including those that are considered private.
For example, I would like to get those of ...
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 ...
5
votes
1answer
132 views
How do I reverse engineer Mac OS X language localisation files for natural language learning?
OK, the goal of this question is not strictly programming related but it is a question programmers can answer using programming tools, and programmers may find useful answers here. Bear with me.
I ...
0
votes
1answer
190 views
iOS change Localizable.strings at runtime
I want to be able to update localized strings file at runtime, but is not possible.
I thought about this:
My app uses web service. So I could have a web service that returns a .strings file and the ...
0
votes
1answer
218 views
Chinese characters showing as blank boxes in strings.xml
I am trying to cut and paste traditional Chinese characters as alternative resources in my values-zh-rTW/strings.xml file. They show as blank white boxes. As far as I can find, every encoding option ...
0
votes
0answers
67 views
Name of generated resources on localizable forms
i have problem with my component. I have inherited myTextBox from Windows.Form.TextBox and in that is defined new property with atribute ...
0
votes
2answers
85 views
Basic styling of Localizable.strings in iOS
From an Android background, I would have thought that it is possible to add a basic styling to iOS Localizable.strings by using HTML markup like over here:
...
3
votes
1answer
168 views
Localized settings bundle
My application's languages are English and German.
I have localized my settings bundle to German.
One of my pages (int the Settings.app) includes topics.
I have added them in the settings.bundle in ...
1
vote
1answer
48 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
92 views
How to Handle Accented Characters in a Directory Name
I have a problem with using Directory.Exists() on a string that contains an accented character.
This is the directory path: D:\ést_test\scenery. It is coming in as a simple string in a file that I ...
0
votes
0answers
36 views
Is it able to Localizable.strings Navigation item Title & Table View Section Header?
I'm stuck on Localizable.strings.
I want to localize the Label on Navigation bar and Table View Section Text.
Originally when we localize the text, we drag the text file on '~.h' file but the ...
0
votes
1answer
196 views
How to get a string resource in C# (WPF)?
I know how to get a resource from the string resource in XAML:
{Binding OK, Source={StaticResource LocStrings}}
However, I want to use a localized string in C# directly, e.g. something like
...
0
votes
0answers
69 views
How to get default string value in android?
I have implemented localization in my android application but I have a small issue.
I am not being able to retrieve the default value of a string from default strings.xml file.
for eg.
inside ...
2
votes
4answers
636 views
using different string files in android
I'm porting my iPhone app to android and I'm having a problem with the string files now.
The app is a translation tool and users can switch the languages, so all the localized strings are in both ...
0
votes
2answers
371 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 ...
1
vote
2answers
1k 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 ...
1
vote
1answer
144 views
Is there a way to invalidate NSBundle localization cache, withour restarting application? [iOS]
Let's assume that we can change in runtime Localizable.strings, that is placed in NSBundle
At the current moment, even if we change it's contents, NSLocalizedString would return old(cached) values.
...
0
votes
0answers
98 views
Localization in iOS and file format
I have a small question concerning the format of ".strings" files.
in the fllowing link https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/LoadingResources/Strings/Strings.html it ...
0
votes
2answers
46 views
How can i do localization in JavaME?
I have a question about localization files in JavaME.
I want to use my strings to put on appropriate places of applicaton in different languages that depends on phones' language.
I researched this ...
0
votes
2answers
109 views
How to Read Contents of Localizable.strings and Put it To UIWebView
In my app, I have a text file that contains something like this:
<html>
<style rel="stylesheet" type="text/css">
body {
font-family: Arial, sans-serif;
...
0
votes
0answers
55 views
Choose the language locale android
Hi i developed an app supporting an egyptian language and its a custom language that won't have any support so i created 2 strings.xml files in values and values-egyptian
so when the app starts am ...
2
votes
4answers
423 views
localizable.strings editor for translators
Does anyone know any good and easy to use editor for translating localizable.strings files generated from xCode ?
The program will be used by total non technical people, so it should be very easy to ...
2
votes
1answer
433 views
Localizable.strings error - compiler says file is missing
I tried adding a Localizable.strings file and add some strings to test with, everything works fine.
However, when I try to add a localization things starts to get weird. I am able to add a ...
0
votes
2answers
43 views
Localizing with different element count
I'd like to give my users a warm welcome, when they are opening my application. So I want to have different sentences to show them randomly. The count of messages differs in each language.
What is ...
1
vote
0answers
130 views
Localizable.strings don't work after app upgrade
I have app in app store which doesn't use localizable.strings. Currently I'm going to release a new version, but after 'update simulation' app doesn't see Localizable.strings. Every localized string ...
10
votes
1answer
7k views
Localize Localizable.strings with Xcode 4.5 [duplicate]
Possible Duplicate:
Localization - Add additional language to localizable.strings file
With Xcode 4.5 SDK iOS 6.0, I cannot add localization to Localizable.strings file.
In Xcode 4.4.1- ...
1
vote
0answers
24 views
Xcode4 - Check if translated value is used in project
is it possible to check if a translated value is used in my project.
For example, I want to check automatically if e.g.
/*
Localizable.strings
*/
"THOUSAND"="Thousand";
"VALUE"="value"
...
is ...
1
vote
1answer
495 views
Xcode - Localizable.strings working only in English
I'm trying to get my localizable.strings working properly, but I can't figure out how. My storyboard is localizable too, and works: all buttons and view controllers are shown rightly, in both ...
0
votes
0answers
27 views
adding context IDs to localized strings
I have a localized.strings file in the following format:
/*** file name ****/
//strings in that particular file
Eg : "Username" = "Username"
"Password" = "Password"
/*** another file ****/
...
2
votes
1answer
108 views
language settings in ios
I have one little trouble.
I created a Localizable.string file for a language which is not in the list of available languages in the General settings of the device.
How to force an app to read from ...
7
votes
1answer
3k views
Localization - Add additional language to localizable.strings file
I have found this post about how to add localization to an app. The answer is very extensive and very helpful.
There is just one thing:
When selecting the 'Localizable.strings' file I open the File ...
2
votes
2answers
2k views
xcode doesn't recognize localization in Info.plist
I am using Xcode 4.4.
As you may all know, there is an easy option to localize resource files in Xcode. You can also internationalize your plist Files, which is my approach.
But since 4.4 it ...
0
votes
1answer
191 views
French Canadian Localization
When I create a localization for fr-CA and then switch my iPad to use that language and region, it still uses my English localizable.strings file. If I just create an fr localization and switch the ...
1
vote
0answers
207 views
iOS App with different bundle names for locales
So i'm following the instructions on the apple site to localize my app name:
...
1
vote
3answers
396 views
Localization in iOS
I'm trying to localize my App. But something is going wrong, and instead of displaying the content of my .string files. It is displaying just a key that I set in the NSLocalizedString. This is ...
1
vote
0answers
292 views
Xcode localizable.strings not working after updating app
I started a project when I first began with Apple development, and probably made some interesting mistakes in file structure which is helping cause this problem. Namely, I recently switched my Xcode ...
0
votes
2answers
597 views
Localizable.strings not found at runtime
I develop ios application (iPhone) in MonoTouch(5.2.12)/MonoDevelop(3.0.3.2)
I tried to localize it.
I created localization folders (de.lproj)(Add->New folder) and I placed 'Localizable.strings' ...
0
votes
1answer
190 views
MonoTouch translation does not work for 'de'
I'm having problems with the MonoTouch/iOS translation feature. I have English and German translation files (Localizable.strings) in the en.lproj and de.lproj folders, both files are set to Build ...


