# hex-editor-localization-pack **Repository Path**: czbaa/hex-editor-localization-pack ## Basic Information - **Project Name**: hex-editor-localization-pack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-09 - **Last Updated**: 2024-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Localization Pack for Hex Editor Neo This repository hosts a community-based development page of free localization pack for [Hex Editor Neo](//www.hhdsoftware.com/free-hex-editor) product from HHD Software Ltd. Please browse our [Wiki](https://github.com/hhd-software/hex-editor-localization-pack/wiki) for detailed instructions on using this repository and localization utility. ## Localization Utility System Requirements * Operating system: Windows 7 or later (both 32 and 64 bit supported). * .NET 4.8 Framework ## Finished Language Packs Complete language packs are available directly in Hex Editor Neo. Go to the **Tools » Settings » Languages** tab to see the list of published language packs and to download them. Currently, the following language packs are complete for latest version of Hex Editor Neo: * Spanish * German * French * Italian * Polish * Portuguese * Russian * Ukrainian * Simplified Chinese * Korean * Japanese And the following language packs are complete for Hex Editor Neo 5.x or 6.x: * Danish * Indonesian ## Manually Building Language Packs You can manually build non-complete language pack and use it in Hex Editor Neo. Follow this procedure: 1. Install Git client. 2. Execute a Clone command for the following repository: ``` git clone https://github.com/hhd-software/hex-editor-localization-pack.git ``` 3. Switch to your language's branch. 4. Run the supplied `langtool.exe` utility (located at the root of the repository) and open the `hex.xml` project file. 5. Execute the **File » Compile…** command and select the language you want to compile. 6. Make sure you have Hex Editor Neo installed. Compile the Language Pack. 7. Run Hex Editor Neo and select the language pack in corresponding box on the toolbar. ## Using Authoring Mode Hex Editor Neo may be launched in so-called "authoring" mode that will allow direct editing of most strings that can be localized. As a result, a *corrections* file is produced when the editor is closed. This *corrections* file may be imported into the language pack editor. To start Hex Editor Neo in authoring mode, use the following command line: ```PowerShell HexFrame.exe /authoring ``` Where `