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
All times are GMT -4. The time now is 07:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy