Method InitializeMessages
InitializeMessages(String, Type)
Initialize a given class with the message bundle Keys Should be called from a class that extends NLS in a static block at class load time.
Declaration
protected static void InitializeMessages(string bundleName, Type clazz)
Parameters
Type | Name | Description |
---|---|---|
System.String | bundleName | Property file with that contains the message bundle |
System.Type | clazz | where constants will reside |