No announcements
Found 1762055 threads
-
0 Votes
RESX files and Sandbox solution
Instead the feature and its resx files remain inside the wsp file in the content database.Answered | 7 Replies | 10431 Views | Created by Julien C_ - Friday, July 30, 2010 11:42 AM | Last reply by Caroline2AT - Friday, July 8, 2011 3:27 PM -
4 Votes
Invalid Resx File
To solve this, I had to change the property to have the following attributes: [Browsable(false), ...Answered | 12 Replies | 25826 Views | Created by Fritz4242 - Tuesday, November 13, 2012 8:42 PM | Last reply by wydy - Thursday, July 4, 2013 12:00 PM -
5 Votes
Localizing WPF with .resx files
That's not completely true, creating a class that is marked internal with public properties will also work.Answered | 3 Replies | 15547 Views | Created by Bloodsplatter - Sunday, April 6, 2008 8:07 AM | Last reply by Tristen - Friday, November 6, 2009 4:40 PM -
0 Votes
Values from resx files in design view
It's a question about resx files.Answered | 5 Replies | 3014 Views | Created by annastine - Tuesday, November 1, 2011 1:13 PM | Last reply by Neddy Ren - Wednesday, November 9, 2011 2:48 AM -
1 Votes
.resx file issue post Update2
Hi Ian, It's been a while since I worked with resource files, but if I remember correctly, linking .resx file can be tricky because resource name may ...Answered | 1 Replies | 770 Views | Created by Ian Mac - Tuesday, April 16, 2013 1:06 PM | Last reply by Huy Nguyen MSFT - Friday, April 19, 2013 9:45 PM -
0 Votes
Managing a large number of RESX files
The solution contains some 300 RESX files that have to be translated to 7 languages, bringing the total number of RESX files to 2400.Answered | 1 Replies | 9243 Views | Created by Rubio - Monday, September 22, 2008 10:15 AM | Last reply by Vijay Mullick - Thursday, November 6, 2008 1:23 PM -
0 Votes
Purpose of 'Satellite Assemblies' over '.resx' files
A .resx file contains XML that describes the resources for the designer and localization tools like Winres.exe.Answered | 2 Replies | 2894 Views | Created by A N K S - Monday, July 14, 2008 9:56 AM | Last reply by A N K S - Wednesday, July 16, 2008 6:25 AM -
0 Votes
.Resx file : Category : properties
actually i need to proces it in code behind(c#) to determine the property which get moved to "Other" category under .resxUnanswered | 2 Replies | 27 Views | Created by Anonymous - Wednesday, November 16, 2011 2:42 AM | Last reply by Anonymous - Friday, November 18, 2011 7:24 AM -
3 Votes
How to link .resx and .Designer.cs files back together
I still have separate *.cs, *.Designer.cs, and *.resx files.Answered | 3 Replies | 21175 Views | Created by Isolda - Tuesday, March 31, 2009 2:33 PM | Last reply by Alka Shivane - Thursday, March 22, 2018 6:28 AM -
4 Votes
Resx design-time serialization
Resx file stores data either as string or Base64 from binary serialization and nothing can be done about it.Answered | 5 Replies | 6464 Views | Created by Đonny - Sunday, December 7, 2008 12:53 PM | Last reply by Đonny - Wednesday, December 10, 2008 9:54 PM -
3 Votes
Customizing the .resx file.
Hi JiyaDesai, First with ResXResourceWriter Class to write resources in an XML resource (.resx) file.Answered | 1 Replies | 1003 Views | Created by JiyaDesai - Monday, August 4, 2014 5:39 PM | Last reply by Kristin Xie - Tuesday, August 5, 2014 7:27 AM -
0 Votes
Binding Lable with string in .resx file
Thanks, I've found following solution for this We can define our strings in XML file :-Answered | 2 Replies | 3855 Views | Created by SunilThk - Thursday, July 31, 2008 2:52 PM | Last reply by SunilThk - Monday, August 11, 2008 2:13 PM -
0 Votes
Category group properties
If its a chart, you can drag the data field from the dataset and drop them in the chart's category or series fields.Answered | 3 Replies | 6104 Views | Created by romex - Thursday, February 24, 2011 7:36 AM | Last reply by Mohamed Irshad - Thursday, February 24, 2011 9:10 AM -
0 Votes
Resx file usage in custom content type for SP2010
The display name of the field is shown in the UI and so can be localized in different languages using resx files.Answered | 1 Replies | 2938 Views | Created by AlwaysSmile - Friday, December 14, 2012 5:13 AM | Last reply by Teodora Gancheva - Friday, January 18, 2013 9:34 AM -
0 Votes
C# resource file(.resx) how to append values
actuall try to append the new resource name/value pair by reading the resource(.resx) file as xmlDocument and add the xmlElement to it and finally save the ...Answered | 6 Replies | 10235 Views | Created by ravi256 - Friday, September 17, 2010 10:42 AM | Last reply by shree_ars - Thursday, July 7, 2011 4:13 AM -
0 Votes
Retrieve string from resx file in through cs file
Say if you have "Resource.resx" under folder Properties in your solution.Answered | 5 Replies | 6240 Views | Created by weizz - Friday, August 26, 2011 1:23 AM | Last reply by parth.shah - Friday, August 26, 2011 5:10 PM -
0 Votes
resx graphic image recovery
Try to open the .resx file, double click the image in the display and it loads the image editor.Answered | 11 Replies | 4598 Views | Created by JohnZonie - Sunday, November 7, 2010 9:04 PM | Last reply by Renee Culver - Wednesday, November 10, 2010 4:45 AM -
1 Votes
.designer.cs and .resx
This means you can have multiple files carrying different part of any given classes.Answered | 1 Replies | 992 Views | Created by Btb4198 - Sunday, March 16, 2014 10:35 PM | Last reply by cheong00 - Monday, March 17, 2014 1:44 AM -
0 Votes
Where should the .resx files for SharePoint 2013 be placed?
The following articles for your reference: Content Localization in SharePoint 2013 using ...Answered | 2 Replies | 1547 Views | Created by Shahid Roofi - Saturday, October 1, 2016 12:06 PM | Last reply by Dennis Guo - Monday, October 3, 2016 2:02 AM -
0 Votes
Why when I use ResourceReader read the resx file has error?
The .resx file is the XML based souce file, you'll need to use Resgen.exe to compile it into .resources file.Answered | 1 Replies | 5419 Views | Created by Tze Ying - Saturday, February 7, 2009 4:46 PM | Last reply by Jay_Wang - Tuesday, February 10, 2009 7:05 AM - Items 1 to 20 of 1762055 Next ›
No announcements