Sponsored Content
Full Discussion: Localization and Autotools
Top Forums Programming Localization and Autotools Post 302877301 by DGPickett on Friday 29th of November 2013 03:29:07 PM
Old 11-29-2013
Usually, when installing a package to be built from source, I use options on ./configure to set local destinations, especially as I am usually not doing it as root for all users, bu for my private use in my private space.

However, localization usually means LOCALE and local language support, which is a big deal encompassing many files and ENV var., but there is a lot of localization support in open source. Start with locale:
Code:
$ locale
LANG=C
LC_CTYPE="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=C
$

https://www.unix.com/man-page/opensolaris/1/locale/
 

2 More Discussions You Might Find Interesting

1. Web Development

Localization

I would like to know the methods or concept of how localization as made in regards to Web pages. I mean generally web servers render pages in different language but the content are same. How the translation are made? Thanks in advance (2 Replies)
Discussion started by: uunniixx
2 Replies

2. SCO

SCO Localization in Albanian language

Hi, I need to localize SCO Open Server 5.0.7 in Albanian Language. Does anyone have any experience in SCO localization. Where should I start? :confused: I googled but did not find any hint or clue. Any help would be appreciated. Cheers (2 Replies)
Discussion started by: thomas66
2 Replies
GETTEXTIZE(1)								GNU							     GETTEXTIZE(1)

NAME
gettextize - install or upgrade gettext infrastructure SYNOPSIS
gettextize [OPTION]... [package-dir] DESCRIPTION
Prepares a source package to use gettext. OPTIONS
--help print this help and exit --version print version information and exit -f, --force force writing of new files even if old exist --intl install libintl in a subdirectory --po-dir=DIR specify directory with PO files --no-changelog don't update or create ChangeLog files --symlink make symbolic links instead of copying files -n, --dry-run print modifications but don't perform them AUTHOR
Written by Ulrich Drepper REPORTING BUGS
Report bugs to <bug-gnu-gettext@gnu.org>. COPYRIGHT
Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for gettextize is maintained as a Texinfo manual. If the info and gettextize programs are properly installed at your site, the command info gettextize should give you access to the complete manual. GNU gettext-tools 0.17 November 2007 GETTEXTIZE(1)
All times are GMT -4. The time now is 04:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy