From 7ea3a2b029e218ca545654e5044485f489d16dce Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Wed, 11 Aug 2010 12:39:29 +0000 Subject: [PATCH] Add note about the fact that locale kit is not part of libbe git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38020 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/locale/localeintro.dox | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user/locale/localeintro.dox b/docs/user/locale/localeintro.dox index fd6ccc8b34..cfa11f74f1 100644 --- a/docs/user/locale/localeintro.dox +++ b/docs/user/locale/localeintro.dox @@ -15,4 +15,9 @@ use it with custom settings. For example, you may need to format a date with a fixed format in english for including in an e-mail header, as it is the only format accepted there. +Unlike the other kits in Haiku, the Locale kit does not live in libbe. When +building a localized application, you have to link it to liblocale.so. If you +want to use the catalog macros, you also have to link each of your images +(that is, applications, libraries and add-ons) to liblocalestub.a. + */