* move some more vars from the session context to strbuf (the use of StrBufAppendTemp...
[citadel.git] / webcit / wc_gettext.h
1 #ifdef ENABLE_NLS
2 void initialize_locales(void);
3 void ShutdownLocale(void);
4 #endif
5 void TmplGettext(StrBuf *Target, WCTemplputParams *TP);
6 void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType);
7 void set_selected_language(const char *);
8 void go_selected_language(void);
9 void stop_selected_language(void);
10 void preset_locale(void);
11 void httplang_to_locale(StrBuf *LocaleString);