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
|