I'm implementing Internationalization in our database error handling using the RAISERROR and FORMATMESSAGE functions to return the correct language version of an error message created using sp_addMessage.
I've been unable to determine if I can count on the alias column in the syslanguages table always being in English no matter what language was selected when SQL Server was installed.