# netbeans-l10n **Repository Path**: mirrors_apache/netbeans-l10n ## Basic Information - **Project Name**: netbeans-l10n - **Description**: Apache NetBeans Internationalization and localization - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netbeans-l10n To build your own localization module, use the german module as template. The locale needs to be available below netbeans-l10n-zip/src/. ## Steps to build your own localization module: * Copy "local_de" and rename it (e. g. "locale_fr"). * Change the bundle dir in `src/org/apache/netbeans/l10n` from `de` to your locale (e. g. `fr`). * Change module name in `src/org/apache/netbeans/l10n/Bundle.properties` to your locale (e. g. `French`). * In file `manifest.mf` change * line `OpenIDE-Module: org.apache.netbeans.l10n.de` to your locale (e. g. `org.apache.netbeans.l10n.fr`) * line `OpenIDE-Module-Localizing-Bundle: org/apache/netbeans/l10n/de/Bundle.properties` to your locale (`org/apache/netbeans/l10n/fr/Bundle.properties`) * In file `build.xml` change * line `` to your locale * line `Builds, tests, and runs the project org.apache.netbeans.l10n.de.` to your locale * line `` to your locale * In file `nbproject/build-impl.xml` * Adapt line `` * Adapt line `org.apache.netbeans.l10n.de` Build l10nantext before building the locale.