From 0ff919f9b56903952aa76cd0315ccb808a7bd59c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 Nov 2008 19:53:30 +0000 Subject: Support i18n literals via LANG environment variable. Apply patch from larsl (ticket #186). git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1705 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 40ddbac..f5c0ace 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -25,6 +25,7 @@ extern "C" { #include #include +#include #include #include #include "slv2/types.h" @@ -243,6 +244,9 @@ void slv2_scale_point_free(SLV2ScalePoint point); char* slv2_strjoin(const char* first, ...); +/* I18N utility functions */ +char* slv2_get_lang(); + #ifdef __cplusplus } -- cgit v1.2.1