This document, "ULTRIX Guide to Developing International Software" (June 1990, for ULTRIX Version 4.0 or higher), is a guide for experienced ULTRIX application programmers and translators.
It explains how to internationalize software, meaning to design or adapt programs to meet the requirements of multiple national languages, local customs, and specific character sets. The guide differentiates this from localization, which is the process of establishing specific language and cultural data for a program's run-time environment.
The ULTRIX internationalization solution relies on several key components:
extract, strextract, strmerge are used to pull strings from source code, trans assists with translation, and gencat compiles these into message catalogs. Library routines such as catopen, catgets, and catclose enable programs to dynamically retrieve messages in the appropriate language at runtime.setlocale library routine and the LANG environment variable, which inform the system about the program's language, territory, and codeset requirements. Different categories (LC_ALL, LC_COLLATE, LC_CTYPE, LC_NUMERIC, LC_TIME, LC_MONETARY) control specific aspects of cultural data, allowing programs to dynamically adapt their behavior (e.g., date/time formats, currency symbols, character handling, sorting rules).ic international compiler and include definitions for:
In essence, the document provides the tools, routines, and guidelines necessary for developers to create software that appears to users as if it were specifically designed for their native language and local customs, reflecting appropriate cultural data and character sets.
Site structure and layout ©2025 Majenko Technologies