PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

Project Builder Support

To localize a component in Project Builder:

  1. Select the component to localize.

  2. Open the File Attributes Inspector.

  3. Click Localized, then check the languages to support.

  4. Click Apply.
Project Builder creates copies of the component in the appropriate Web Components .lproj folders and offers to remove the global (non-localized) version from the disk. You localize other kinds of resources the same way. To view a localized resource, simply select it in its .lproj folder.

Building a localized application or framework creates a .woa or .framework that contains Resources and WebServerResources directories, each containing the .lproj folders for your project. The localized versions of each resource are installed their corresponding .lproj folders following a successful build.

Table of Contents Next Section