c# - Localization between web application and silver light application with a common resource file -
i want localization between web application , silverlight application. have done localization in individual application, such there separate resource file web application , silverlight application, pass current culture web application silverlight object, according culture resource file loads silverlight. working fine. our requirement has changed, have single resource file , resource file placed under web application, how silverlight app pick values resource file, how achieve this.
Comments
Post a Comment