Click here to Skip to main content
15,891,688 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Techinical Issues Pin
Yusuf7-Jan-11 3:49
Yusuf7-Jan-11 3:49 
GeneralRe: Techinical Issues Pin
musefan7-Jan-11 4:04
musefan7-Jan-11 4:04 
GeneralRe: Techinical Issues Pin
scottgp7-Jan-11 4:00
professionalscottgp7-Jan-11 4:00 
GeneralRe: Techinical Issues Pin
Yusuf8-Jan-11 4:41
Yusuf8-Jan-11 4:41 
QuestionResource File Pin
farogh haider6-Jan-11 0:50
farogh haider6-Jan-11 0:50 
AnswerRe: Resource File Pin
Not Active6-Jan-11 2:24
mentorNot Active6-Jan-11 2:24 
AnswerRe: Resource File Pin
Yusuf7-Jan-11 3:51
Yusuf7-Jan-11 3:51 
AnswerRe: Resource File Pin
Bernhard Hiller7-Jan-11 4:28
Bernhard Hiller7-Jan-11 4:28 
I guess you want to load the texts shown on your pages from a database. Normally, localization uses resource files, and then things are handled by the resource manager. Hence, you will have to implement lots of things on your own.
First, determine the language desired by the user (e.g. accepted languages in the header of the web request, or implied by a selection on your web site) - do not forget a fallback if that language is not available in your database.
Set CurrentUICulture to the appropriate value - that will do a lot of formatting for you.
For all the elements on your page, load the texts from the database by querying each one. Then set the element's text to that value.
QuestionError when creating Outlook Task programmaicaly Pin
obarahmeh4-Jan-11 4:25
obarahmeh4-Jan-11 4:25 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
Not Active4-Jan-11 5:20
mentorNot Active4-Jan-11 5:20 
GeneralRe: Error when creating Outlook Task programmaicaly Pin
obarahmeh4-Jan-11 19:42
obarahmeh4-Jan-11 19:42 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
RaviRanjanKr4-Jan-11 5:34
professionalRaviRanjanKr4-Jan-11 5:34 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
Ashwini K Singh8-Jan-11 2:35
Ashwini K Singh8-Jan-11 2:35 
QuestionRounded corners of button Pin
RA|-|UL PATEL4-Jan-11 1:23
RA|-|UL PATEL4-Jan-11 1:23 
AnswerRe: Rounded corners of button Pin
Luc Pattyn4-Jan-11 1:39
sitebuilderLuc Pattyn4-Jan-11 1:39 
AnswerRe: Rounded corners of button Pin
Henry Minute4-Jan-11 6:11
Henry Minute4-Jan-11 6:11 
QuestionDesign question Pin
Ray Cassick28-Dec-10 20:02
Ray Cassick28-Dec-10 20:02 
AnswerRe: Design question Pin
Not Active29-Dec-10 1:57
mentorNot Active29-Dec-10 1:57 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:06
Ray Cassick30-Dec-10 7:06 
AnswerRe: Design question Pin
#realJSOP30-Dec-10 2:43
mve#realJSOP30-Dec-10 2:43 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:13
Ray Cassick30-Dec-10 7:13 
GeneralRe: Design question Pin
GlobX6-Jan-11 12:32
GlobX6-Jan-11 12:32 
GeneralRe: Design question Pin
Ray Cassick6-Jan-11 13:10
Ray Cassick6-Jan-11 13:10 
GeneralRe: Design question Pin
GlobX6-Jan-11 14:05
GlobX6-Jan-11 14:05 
GeneralRe: Design question Pin
#realJSOP7-Jan-11 0:16
mve#realJSOP7-Jan-11 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.