discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Localizable.strings


From: Michael Scheibler
Subject: Localizable.strings
Date: Fri, 10 Aug 2001 13:17:08 +0200

When using [NSString localizedNameOfStringEncoding: (NSString*)aString],
GNUstep is looking for a file names Localizable.strings in these directories
(userLanguages = German English):

$GNUSTEP_SYSTEM_ROOT/Libraries/Resources/
$GNUSTEP_SYSTEM_ROOT/Libraries/Resources/German.lproj
$GNUSTEP_SYSTEM_ROOT/Libraries/Resources/English.lproj
$GNUSTEP_SYSTEM_ROOT/Libraries/
$GNUSTEP_SYSTEM_ROOT/Libraries/German.lproj
$GNUSTEP_SYSTEM_ROOT/Libraries/English.lproj

I hope, this is right.

(BTW: This way I found a strange search path when using NSLog for the first
time: $GNUSTEP_SYSTEM_ROOT/Libraries/Resources/Resources/Languages)

I wanted to create the file Localizable.strings, but unfortunately it must
not be a dictionary but a properties file. Please help me - I don't know how
to create a properties file. I think that's what the tool defaults is for,
but it aborts with a STATUS_ACCESS_VIOLATION on mingw.

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]