Takes a month (integer) and a language id returns the name of the corresponding month in that language.
Use DEFAULT as language id to use the system default language, ie SELECT dbo.ADMIN_GetMonthName(10, DEFAULT).
Name of the month.