User Tools

Site Tools


gamedev:deigde:editors:langpack

IGDE Language Pack Editor

The language pack editor allows to edit Localization using Language Packs (*.delangpack depending on the language pack modules present) for your game. Language packs provide a simple list of unicode translations (in UTF-8) mapped using a unique string key.

Language pack editor preview

The editor window composes of the translation table and the properties panel on the left side.

Translation Table

The translation table shows the list of translation entries in the language pack. To edit an entry select it in the list. In the panel below you can then enter the changes. Use the Entry menu to add and remove translation entries.

The name of translation entries can be chosen freely. It is recommended to use a form like “Category.SubCategory.Entry” to organize entries, for example “items.chair.displayName” or “ui.windowLoading.progess”. There is no restriction in the characters so you can also use something like “Items: Chair → DisplayName” if this better fits your game.

Language Pack

Language pack panel

Shows parameters of the language pack.

The Name and Description are used in games to provide the user with a list of language packs to select. Both should be in the native language.

The Missing Text text is used if a missing translation is requested. Games can decide to ignore this and instead show the missing translation entry.

You could leave a comment if you were logged in.
gamedev/deigde/editors/langpack.txt · Last modified: 2020/04/05 00:27 by dragonlord