| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 3 months |
| seen | Mar 14 at 9:41 | |
| stats | profile views | 1 |
|
Feb 20 |
awarded | Scholar |
|
Feb 20 |
comment |
Load resource strings (in .resx file) from other assembly Thanks. Haven't got enough reputation to upvote but rightfully marked you anwser as accepted. |
|
Feb 20 |
accepted | Load resource strings (in .resx file) from other assembly |
|
Feb 20 |
comment |
Load resource strings (in .resx file) from other assembly Thanks, Andrey, you pointed me in the right direction. Problem with existing code was that resources were referenced statically in code-behind XXX.Package.Resources.Key and not with SPUtility.GetLocalizedString("$Resources:Key", "ResourceFileName", language);. Correcting this to SPUtility.GetLocalizedString( ... ) solved the error. |
|
Feb 19 |
awarded | Student |
|
Feb 19 |
asked | Load resource strings (in .resx file) from other assembly |