Method | Description | |
---|---|---|
ApplyResources ( object target, IMessageSource messageSource ) : void |
Applies resources to the specified target object, using current thread's uiCulture to resolve resources.
|
|
ApplyResources ( object target, IMessageSource messageSource, |
Applies resources of the specified culture to the specified target object.
|
Method | Description | |
---|---|---|
LoadResources ( object target, IMessageSource messageSource, |
Loads resources from the storage and creates a list of Resource instances that should be applied to the target.
|
Method | Description | |
---|---|---|
GetResources ( object target, IMessageSource messageSource, |
Returns a list of Resource instances that should be applied to the target.
|
public ApplyResources ( object target, IMessageSource messageSource ) : void | ||
target | object | Target object to apply resources to. |
messageSource | IMessageSource | |
return | void |
public ApplyResources ( object target, IMessageSource messageSource, |
||
target | object | Target object to apply resources to. |
messageSource | IMessageSource | |
culture | Resource culture to use for resource lookup. | |
return | void |
protected abstract LoadResources ( object target, IMessageSource messageSource, |
||
target | object | Target to get a list of resources for. |
messageSource | IMessageSource | |
culture | Resource locale. | |
return | IList |