Thank you for the information. We will try with our own localization with WebObjects.
Thanks & Regards, Sreenivasulu Arveti. On Thu, Apr 2, 2015 at 12:10 AM, Samuel Pelletier <[email protected]> wrote: > 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 protected]> 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 protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com > > This email sent to [email protected] > > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
