0
votes
1answer
63 views
Resources (resx) with Python
Do you know of any Python module for resources (resx files) manipulation?
P.S.: I know I could write a custom wrapper on top of base XML processor available, I'm just checking out …
1
vote
2answers
35 views
Resx tools for asp site
Hi guys
i am coding a pretty large intranet based web system that needs to support multi language. i have in excess of 150 pages, each of which will have an associated resx file. …
0
votes
1answer
61 views
Localization of Reporting Services-Reports (.rdl / .rdlc-Files)
Hallo,
i need to localize a Reporting Services-report (.rdlc) and i would like to do it using a ressource-file (.resx).
I found pages like this and that and they use custom code t …
1
vote
1answer
17 views
Adding context of two resx files
Do you know any tools to merge content of two or more resx files? At the beginning of my project development, I decided to use one resx file for every Controller in application, bu …
1
vote
2answers
74 views
adding custom column resx file
This may sound like an unusual question, but I am curious as to how i can add an additional column to the resx file setup (so i would have something like "name, value, comment, foo …
3
votes
3answers
263 views
.resx Localization not working with ASP.Net - C#
I've created two .resx files - WebResources.resx and WebResources.fr-FR.resx.
Both contain ExceptionMessages_SignupWithCard.
To test I did:
Thread.CurrentThread.CurrentCulture = …
0
votes
2answers
36 views
Is it possible to use resx files for different languages in a windows forms application?
Is it possible to use resx files for different languages in a windows forms application, the same way as in a web project?
I think that you can set the culture of the thread and i …
0
votes
1answer
30 views
Read SQL File in Resources RESX and Create TAbles, Insert Rows with Oracle ODP.NET
Hi all,
i need good sample code C# or VB.NET , frk 3.5 for this tasks:
Read SQL (Oracle) File from Resources RESX and do: create TAbles, Insert Rows
using Oracle ODP.NET
Tha …
2
votes
2answers
40 views
Software Translation Services cost - ballpark idea
Hi,
I was wondering if anybody could give me ballpark figures for translating resx files. Let's say I have 10 Resx files with each about 10K words. What would be the cost to trans …
1
vote
1answer
39 views
Are .NET resource files only for localization?
I've used .resx files in the past to store text files and other things - queries for example. It works great because I can say Resources.Queries.BlahQuery. (Yes, I know we should p …
0
votes
0answers
9 views
.net server controls inside a template unable to localize
hi,
i have a custom template control which i built look like this.
<div class="mod_wrap" id="sideBarControl">
<div class="<%= TitleClassName %>">
<div cla …
1
vote
1answer
81 views
How to delete resource entry from resx in C# programmatically?
Hey,
i know how to retrieve and create resource entries in an .resx file programmatically. I am using the ResourceWriter and the ResourceReader for that approach. But now i want …
0
votes
1answer
33 views
App domain restarts when .resx file changes. Any way to avoid this?
I have an ASP.NET app with many .resx (resource) files used for localized user controls and pages.
We would like these files to be editable on-the-fly.
However, we have noticed t …
0
votes
2answers
737 views
Editing resource files without recompiling ASP.NET application
I'd like to enable the resource files to be editable after deployment. I read this post which suggests that this is possible, but I can't seem to figure out what settings I need to …
0
votes
1answer
50 views
How to obtain the correct ResourceManager object
Im making a asp.net(2.0) website.
I have defined two resource files in the App_GlobalResources folder
1) Website.ar.resx
2) Website.en.resx
Im trying to obtain the ResourceMana …
