Top "Localizable.strings" questions

NSLocalizedString only retrieves the key, not the value in Localizable.strings (IOS)

I've made a strings file named "Localizable.strings" and added two languages to it, like so: "CONNECTIONERROR" = "Check that you …

ios xcode uialertview nslocalizedstring localizable.strings
Localizable.strings - The data couldn’t be read because it isn’t in the correct format

If I copy something from textedit or web and paste it to localizable file it shows this compilation error. If …

ios xcode ios11 localizable.strings
How to implement localization in reactjs?

We need to implement the localization in reactjs to define the string value(s). How can I implement that? One …

reactjs localization localizable.strings react-localization
How Can I set Localised Direction within application?(RTL if user select arabic, LTR is selected language is English)

My Application must support Arabic(right to left direction) and English(left to right direction) language, I need to set …

ios swift xcode localization localizable.strings
Can i link a uilabel to a localizable string in Interface Builder?

have googled around but found no solution: Basically, i have a Localizable.strings set up, which i'm using in my …

iphone localization interface-builder uilabel localizable.strings
Localizing Dynamic Plural Noun messages (e.g. "5 Items Processed") on iPhone using Objective-C

In my current app, I have code that displays a message, e.g. "5 Items Processed." To keep the phrase grammatically …

iphone ios localization internationalization localizable.strings
iphone - reading from Localizable.strings file as a key-value in a dictionary

I want to read the text from the localizable.strings file. I am collecting the strings for translation from several …

iphone file text localizable.strings
NSBundle - (not loaded yet) Error

I am trying to get a strings file table for use with NSLocalizedStringFromTableInBundle. I am using this method: +(NSBundle*)getBundleForLang:(…

ios nsbundle localizable.strings
Add "newline" character in localizable.strings

How to add a newline character in localizable.strings? I tried putting \n, but no success.

xcode localizable.strings
Localize Localizable.strings with Xcode 4.5

Possible Duplicate: Localization - Add additional language to localizable.strings file With Xcode 4.5 SDK iOS 6.0, I cannot add localization to …

ios xcode ios6 xcode4.5 localizable.strings