static private GetText ( string msgID, string languageCode = null, int lcid = null, bool plural = false ) : string | ||
msgID | string | Text to be translated |
languageCode | string | Language to translate into |
lcid | int | Specify the Culture LCID for faster access if you know it |
plural | bool | Specify whether you want the plural form of it or not |
return | string |