TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mats Peter
NA
2
21.2k
multilanguages resx files
Oct 31 2010 4:49 AM
I try to make my site available in multiple language. I post some examples of what I have done so far, it does not work. Does anyone have suggestions?
The control:
<
asp
:
Button
ID
="_btnLoginReset"
runat
="server"
meta
:
resourceKey
="LoginReset"/>
The resx file: Named default.aspx.en-GB.resx for the page default.aspx contains LoginReset with the value "Reset"
The page contains the string:
<%
@
Page
Language
="C#"
AutoEventWireup
="true"
CodeBehind
="Default.aspx.cs"
Inherits
="timebook._Default"
Culture
="auto:en-GB"
UICulture
="auto:en-GB"
%>
I also have a resx file for french, neither works but behave in different ways, one accepts LoginReset the other requires LoginReset.text.
And as I set the language to en-GB as abowd I get the value from the fr-FR file (default language for my computer).
Any suggestions?
Reply
Answers (
1
)
Repeater control with checkbox event
Linq 4