Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8568845
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:12:00+00:00 2026-06-11T18:12:00+00:00

I have a Localizable.strings file for my project’s i18n, and a lib uses KYLocalizable.strings

  • 0

I have a Localizable.strings file for my project’s i18n, and a lib uses KYLocalizable.strings.

I have considered to make Localizable.strings “subclass” from KYLocalizable.strings, but it cannot as far as I know. So instead, I want to define a function macro like what SDK does:

#define NSLocalizedString(key, comment) \
    [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:nil]
#define NSLocalizedStringFromTable(key, tbl, comment) \
    [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:(tbl)]

Pseudo code:

#define CustomLocalizedString(key, comment) \
    // if key exists in Localizable.strings
    //   use it
    [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:nil]
    // else
    //   search it in KYLocalizable.strings
    [[NSBundle mainBundle] localizedStringForKey:(key) value:@"" table:@"KYLocalizable"]

so I can just use CustomLocalizedString(<key>, <comment>) in my project.
But how to check whether the key exists in Localizable.strings or not?

Thanks in advance!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:12:01+00:00Added an answer on June 11, 2026 at 6:12 pm

    If the key doesn’t exist, the string you will receive will be the key itself.
    So as long as you suppose you will never use the key as a localized string, you can test if NSLocalizableString returned you the key or not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an com.google.gwt.i18n.client.Messages implementation for a localizable GWT-Project. But it seems that it
I am using this command to generate Localizable.strings file. I have to go through
So, in my project I have 10 languages, and 10 Localizable.strings files. I just
I want to read the text from the localizable.strings file. I am collecting the
Localizable strings file which are used for Apple/iPhone apps localization have the following format:
I need to copy the Localizable.Strings files/folders from one Xcode project to another. I'm
I have a project with different Localizable.string files: ../en-GB.lproj /Localizable.strings ../en-US.lproj /Localizable.strings ../fr-FR.lproj /Localizable.strings
I have an app that has some non-US Localizable.strings files. They appear in the
I'm localizing an app to spanish, and characters are encoded in the Localizable.strings file
I'm localizing my iPad/iPhone app by using genstrings Classes/*.m to generate the Localizable.strings file.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.