Localization :: Can Edit Resx File Compiled By A Non Developer Person

May 6, 2010

I was wondering how guys did you manage this in your company or website, to let owner of the website, to update content of the website, when it's resx file compiled.What would be the best option to do that without requiring a developer intervention

View 4 Replies


Similar Messages:

Localization :: .resx Edit Application Without HTML Markup?

Mar 3, 2010

I need some people to edit the ressource file without seeing html markup.

How can I do that .. ? I tried RESX edition but it doesn't hide the markup.

View 3 Replies

Localization :: Change Web.sitemap.resx File At Runtime?

Apr 22, 2010

I have a CMS that allows an administrator to add/create pages for his website.

When a page is created a SiteMapNode is added to the web.sitemap file with the an url , title and resourceKey.

Now I wish to add a resourcekey to the appropriate web.sitemap.resx file(located in App_GlobalResources).

I have tried many different ways :

- using XMLDocument load/save => says I don't have access to write to that resource file

- ResourceReader says the source stream is not valid.

View 4 Replies

Edit Resource File Which Is Compiled Into A Dll?

Jun 29, 2010

my asp.net site uses resource files for a referenced project with the user controls in it.

so i have one website project, and one dll project with usercontrols + the resource files.

The website references the dll project.

So far so good.

When i publish, the dll with the usercontrols gets compiled in a dll (what else) but the resource files also get compiled (a separate dll for every language)

Is there a way to edit the resource strings in the dll once deployed?

View 1 Replies

MVC :: Localization "resx File" With Satelite Resources

Jul 7, 2010

I have a class project with only localized .resx file, means AxRes.de.resx. An MVC project with a resource folder an in the public AxRes.resx neutral (en) resource what can be reached by project-name.resource.AxRes.label-name. If now the satelite dll is copied to inde the german label shoud appear, but it doesn't. What must be done when referencing satelite assemblies? Can all resources be in the class project, how to link these to my MVC project?

View 2 Replies

Localization :: Localization With Resx-files?

Jan 15, 2010

I found the solution. Just override InitializeCulture().

View 1 Replies

C# - .resx Serialization / List Of All Valid Keys For A Given *.resx File

May 14, 2010

I'm contributing on an I18N project and there's a call to serialize our *.resx files as JSON objects (for whatever reason).

What I'm wondering is:

Is there a way to get a list of all of the valid keys for a given *.resx file so that we could use HttpContext.GetGlobalResourceObject to grab the tokens?
If that won't work, has anyone come up with a clever solution that does?

View 1 Replies

Localization :: Load Data From Resx To Ddl?

Jan 18, 2011

I am having difficulties loading the data from resx file to ddl control.

Inside the resx file the format is:

Name: CData

Value:

<countries>
<c text="Canada" value="1"/>
<c text="USA" value="2"/>
<c text="Africa" value="3"/>
</countries>

cs file:

ddl.DataSource = this.GetLocalResourceObject("CData");
ddl.DataTextField = "text";
ddl.DataValueField = "value";
ddl.DataBind();

At debug mode, I checked that the data is been capture from resource file as shown above (xml format) But it fails at DataBind(), showing that the text is not found...

View 3 Replies

Localization :: Change Value In Resource.resx On Runtime?

Mar 17, 2010

I am make website and publish it, i am used different language by Resource.resx and Resource.Ar.resx.

when publish website i see resources files convert to .dll

App_GlobalResources.dll
App_GlobalResources.compiled
AR/App_GlobalResources.resources.dll

i want to make page in administrator to can change value for any key in resources.

how i can search key by value.

then i want to put textbox to change value.

ex:

Key : MSG Value : Message.

i want to change 'Message' Value to 'welcome to visit us' throught website is running.

View 3 Replies

Localization :: Resgen.exe Generate Different Resx Files And How To Apply

Dec 15, 2010

I have the intranet application project with using properties.resources class. There is a resources.resx file.Now I have generated using resgen.exe from txt file into different languages resx file, e.g. resources.Fr.resx...( resgen fr.txt resources.Fr.resx)How to apply resources.resx or resources.Fr.resx into the program with setting and configuration??e.g. In resources.designer.cs, it has culture setting. Is it related?

View 2 Replies

Localization :: Online Tool For Translating Resx Files?

Feb 18, 2010

I'm using resx files to localize my asp.net 2.0 application. As it's freeware I need the help of many users translating it for free. I don't want to use automatic translation as there are my special terms which need to be translated exactly.Is there somewhere an online tool where resx-files could be translated? My users might have different operating systems, so having an online tool would be the best to find new users translating the pages.

View 8 Replies

Localization :: Call Resx Based On Language Selection?

Jul 13, 2010

i has 2 resx files Test1.aspx.resx (for english) Test1.aspx.ko.resx(for korean) its working fine when language has changed on IE settings(that is automatic detection), my question is on my page i has a dropdownlist and showing the languages list, based on the user selected language i have to display language resx file. by default its automatically working based on the culture and no need to write any new code, but how to do this by user selected language?

View 9 Replies

Localization :: How To Update Website's Content With Resx(resources) Files

Apr 20, 2010

I was just wondering guys, how did you manage to update website's content with resx(resources) files.Did you manage user's database with connection, accessing to this page. I need to make a poll as well, should I use sharepoint or c# with a database?

View 1 Replies

Localization - Put Resource Files (.resx) Within Subfolders Inside App_GlobalResources?

Mar 30, 2010

Is it possible to put resource files (.resx) within subfolders inside App_GlobalResources? For example:

/App_GlobalResources/someresources/myfile.resx
/App_GlobalResources/someresources/myfile.fr-fr.resx
/App_GlobalResources/othereresources/otherfile.resx
/App_GlobalResources/othereresources/otherfile.fr-fr.resx

Or, are all the .resx files placed directly inside App_GlobalResources? If it is possible to use subfolders, how do you programmatically access resources within subfolders?

View 2 Replies

Localization :: Making RESX Translation Process Less Complicated / Time Consuming

Dec 27, 2010

I have worked on many localized sites in the past, using mainy some standard patterns and techniques involving Global/Local RESX files as well as session to maintain currently selected language.

However, it is quite difficult to maintain from a translator point of view, we used a small tool that converts RESX to Excel and then the localized Excel back to RESX, but for some reason this technique doesnt work properly anymore...

better and more reliable tools (paid or free) that can be used to localize RESX and provide translation team a better/easier way to localize content?

View 3 Replies

Web Forms :: Edit Aspx Page (compiled)

Feb 15, 2011

may i know how can i let people to edit my compiled aspx page?let said i have upload my web application to server, and i wanna let web designer download it and change content of my page by using dreamweaver. (like juz update address, add tel number)

View 4 Replies

Localization :: Create "Pick Languages" Usercontrol From Resx Files?

Apr 6, 2010

I am a little bit of confused here. I translated resx files to lots of languages, and I am looking for the best way to allow user to select it's language.I think that maybe a country selection would be better then a language selection. what do you think?I have a .resx file translation of about 100 languages. What is missing now is an easy to use DropDownList with flags (auto population according to the resx files)I am looking for an easy way to associate the DropDownlList.SelectedIndex to the CultureInfo property, so user will be able select the corect language.Since this is a common use, Is there a ready to use control doing so?

View 2 Replies

Deploy App Without .resx File?

Mar 12, 2010

I have an ASP.NET web application with a .resx file in App_GlobalResources whose resources are typically accessed like this:

ASPX: <asp:Literal ID="l1" runat="server" Text="<%$ Resources:GalleryServerPro, Admin_Tab_Hdr %>" />
Code-behind: string msg = Resources.GalleryServerPro.Successfully_Restored_Msg;

Is there any way to compile the .resx values directly into the DLL so that I can deploy the app without the .resx file and not have to edit any of the existing code?I ask this because I am porting an existing app to a DotNetNuke module and DotNetNuke does not allow .resx files, so I am looking for a workaround.

View 1 Replies

Get Value From Local .resx File?

Jan 19, 2011

How can i get value from local .resx file in asp.net?

View 2 Replies

Edit Ashx Page In Web Developer 2010 Express?

Mar 12, 2011

I created ashx page in VB and after I saved it I can not editi it anymore does anybody knows why his happens?

View 1 Replies

How To View Resx Resource File

Jul 15, 2010

How to view .resx resource files, which are under app_globalresources.

We have a project with lot of resource files.

View 2 Replies

Insert String To .resx File?

Aug 14, 2010

I want to insert string (name and value) with programmability.

View 6 Replies

Using Resx File To Replace Labels?

Jul 23, 2010

I want to replace my labels in aspx page to user friendly language. i have read about .resx files but i am not getting correct flow of how to do it.

View 2 Replies

Assign .resx File To RadioButtonList?

Aug 2, 2010

I have the radioButtonList on my page. I want to change that control's ListItems Text property depending on the .rex file. How to do that ?

View 1 Replies

Use A Reouser File (.resx) As Global Outside Of App_GlobalResources?

Mar 11, 2010

Is there any way to use a Reouser file (.resx) as global outside of App_GlobalResources?

Maybe with some kind of Resource Manager?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved