• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Localizable.strings *just stop working*
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Localizable.strings *just stop working*


  • Subject: Re: Localizable.strings *just stop working*
  • From: Daniel Jalkut <email@hidden>
  • Date: Mon, 9 Feb 2004 16:50:48 -0800

In addition to the other good comments already received - let me add a quirkier scenario that bit me:

If you exceed the limit for maximum files open per process, then the API might simply fail to be allowed access to the localized string file when it needs it!

In my case, this happened because of overzealous use of "autorelease" with a file wrapper class that didn't close the file until dealloc time. You can use the "Activity Monitor" app to inspect your process and see if there are an unexpected number of files open.

Daniel

On Feb 9, 2004, at 10:58 AM, Roy Lovejoy wrote:

They are there in the .lproj, in the package,
but this morning, I only get the keys from NSLocalizedString.
.. which is quite frustrating, when it's a url..

has this happened to anyone?

do you have to tell the main bundle that you are using localizable.strings,
and not a string table built-into the nib?

(this is inherited code)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Localizable.strings *just stop working*
      • From: Roy Lovejoy <email@hidden>
References: 
 >Localizable.strings *just stop working* (From: Roy Lovejoy <email@hidden>)

  • Prev by Date: Re: Order an NSDictionary.
  • Next by Date: Re: Drawing onto NSImageView subclass (Newbie)
  • Previous by thread: Re: Localizable.strings *just stop working*
  • Next by thread: Re: Localizable.strings *just stop working*
  • Index(es):
    • Date
    • Thread