• 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 path needs to customizable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Localizable.strings path needs to customizable


  • Subject: Re: Localizable.strings path needs to customizable
  • From: Samuel Pelletier <email@hidden>
  • Date: Wed, 01 Apr 2015 14:40:49 -0400

Hi,

This is not supported at all, the file path are found using the WOResourceManager and it was not designed to handle such scheme.

If you have an instance per customer, you may simply create sim link during the app installation. If a single instance needs to serve multiple customers, you need to create your own localization system.

You may also trick the system by creating new localizations like customeroneEnglish or just customer-one if you are not really using multiple localization per customer and adjust the locale name in your session constructor with setLanguage("customeroneEnglish"). This trick may force you to add some strings the app will no longer find in the frameworks.

Samuel


Le 2015-04-01 à 13:06, Sreenivasulu A <email@hidden> a écrit :

Hi Group,

As of now Localizable.strings file needs to place in Resources folder in "Lang".lproj directory under Resources.

But we have a requirement to place these files in one more directory level up, which is shown below:

Resources
  --customerone
     --English.lproj
        --Localizable.strings

  --customertwo
     --English.lproj
        --Localizable.strings

Please let me know, how do we achieve this?


Thanks ​in advance,​
Sreenivasulu Arveti.
Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Localizable.strings path needs to customizable
      • From: Sreenivasulu A <email@hidden>
References: 
 >Localizable.strings path needs to customizable (From: Sreenivasulu A <email@hidden>)

  • Prev by Date: Localizable.strings path needs to customizable
  • Next by Date: Re: Localizable.strings path needs to customizable
  • Previous by thread: Localizable.strings path needs to customizable
  • Next by thread: Re: Localizable.strings path needs to customizable
  • Index(es):
    • Date
    • Thread