C# - Change Input Language For Selected Controls
May 29, 2010I've a text area in my application. I want to programatically set the input language for the text area alone without affecting other controls.
View 1 RepliesI've a text area in my application. I want to programatically set the input language for the text area alone without affecting other controls.
View 1 Replieshow can i change exception message language to English without changing the users language
[Code]....
I have created a web application and generated local resources. Its working when user select language from browser. But what i want is, when user select language from dropdown list, i want to change the pages according to selected language. i can save user selected language in a session. then how should I change/assign local resource file to web page?
View 2 RepliesI've a gridview with one textbox column and 1 label.
Based on language selection im changing master page and gridview will be bind with data based on language from database . When change the language the labels will be binding with data based on language . but textbox value is not binding properly.i.e;for example i've 2 languages English and Arabic . First i've logged with English Language gridview is binding correctly after chnage language to Arabic the textbox value is not binding is displaying with data previously whatever binded with english language. Other than this textbox remaining label data bindind with data in arabic language.
<asp:GridView ID="gvText" runat="server" AutoGenerateColumns="false"
onrowdatabound="gvText_RowDataBound">
<Columns>
<asp:TemplateField HeaderText=" SeqNo">
[Code] .....
And here is grid binding Method:
private void BindGrid() { DataTable dt = new DataTable(); dt.Rows.Add(); dt.Columns.Add("SEQUENCENO"); if (Session["LanguageID"].ToString() == "2")
dt.Rows[0][0] = "ENG";
else if (Session["LanguageID"].ToString() == "1") dt.Rows[0][0] = "ARB"; gvText.DataSource = dt; gvText.DataBind();
}
I have the text in the database: "My friends". How comparison to control (DropDownList), change to another language?In the database I want to keep the words "My friends"in GridView control, I wish that the words "My friends" should be replaced with "My Friends" in another language.Using DropDownList controls GridView controls I want to change everywhere, "My friends, into something else.
View 9 Repliesi have read your article on aspsnippets.com. Multilingual Website and i have implemented that i works good .but there is new problem arrising. suppose my default language is english set in internet option so the whenever website reloaded or redirected then all content will show in english language but
when i changed it to hindi then current webpage converted to hindi but after that if i pressed any button on current page or i redirected to any other link of particular website then again hindi is converted to english.
What would be the best way to handle the following scenario? I have an application where depending on what type of proceeding is selected, only certain input fields should be visible.
There are 33 proceeding types and 14 input fields in total
First case, make one big form with all of the fields and have a dropdown with proceeding type which depending on what is selected, makes certain fields visible?
My page won't change the language could someone have a look at my code and tell me what im doing wrong it always goes to the default language
public partial class ChangeLanguage : BasePage
{
protected void Page_Load(object sender, EventArgs e)
{
SortedDictionary<string, string> objDic = new SortedDictionary<string, string>();
[Code]....
I'm able to change the language for my pages, however if I select french and I am on a current page and if I try to load another page, that page won't be in french. How can I set it so it is consistent throught?
Toggle Button in master page:
If Page.Culture = "English (United States)" Then
Response.Redirect(Request.Url.AbsolutePath + "?lang=fr-CA")
ElseIf Page.Culture = "French (Canada)" Then
Response.Redirect(Request.Url.AbsolutePath + "?lang=en-US")
End If
and in every page:
Protected Overrides Sub InitializeCulture()
Dim lang As String = String.Empty
lang = Request.QueryString("lang")
If lang IsNot Nothing Then
Session("culture") = lang
[Code]...
I am working on a ajax Calendar Extender control and i am trying to change the language of the calendar pop up to spanish.
View 1 RepliesMy page won't change the language could someone have a look at my code and tell me what im doing wrong it always goes to the default language
View 3 RepliesHow can I chnage the default language in a database? I'm running SMSSQL 2008 and I have not access to the server physical. I have to do this by SQL. I have vs 2010 and SQL Managment Studio
View 1 RepliesI am new to this forum and want to know how can i change the page language.
For example English -> Hindi..
how to change the wording of the language?
My idea:
In my text file, labeled according to the selected language.
Examples:
English: How are you?
Germany: Wie geht es Ihnen?
I have a document default.aspx
I have a combobox in which languages English and Germany. English click, print: "How are you?" or Germany, print "Wie geht es Ihnen?"
How do they do ? How to display text on the page default.aspx?
How is it possible to change the CurrencyGroupSeparator for a special language? It would be nice if i could change it once and the it will work on the entire site.
View 4 Repliescan we change the language of an existing project or of any windows form or any web form such as from visual basic to c sharp
View 7 Repliesi have 2 Text-box in my web form.
when i got focus to textbox1 - i want that the language will be hebrew
and when i got focus to textbox2 - i want that the language will be english
how to do it ?
I saw in a lot of AjaxControlToolkit.resources.dll for different languages, even mine (Russian) in my bin folder so I guess that's real to change the language of my Ajax Calendar Extender.
<asp:TextBox ID="TextBox4" runat="server" oninit="TextBox4_Init" />
<ajaxToolkit:CalendarExtender ID="TextBox4_CalendarExtender" runat="server"
Enabled="True" FirstDayOfWeek="Monday" Format="dd.MM.yyyy"
TargetControlID="TextBox4" />
<br />
It's English by default But how can I change it to my Language ? (or to the current culture language)
I've tried <%@ Page Title="gfregrhtrhr" Language="Nemerle" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="Report.aspx.n" Inherits="Flow_WEB_Nemerle.Report" Culture="ru-RU" UICulture="ru-RU" %>
but it made no sense for calendar :-/ by the way I have some fun in comparing my page and [URL] there I can see month names etc on Russian BUT "Today" an english >_< instead on my page month names are English and "Today" is Russian "Сегодня" ... is it phenomenon Finally fixed by adding
<asp:ScriptManager ID="ScriptManager1" runat="server"
EnableScriptGlobalization="true" EnableScriptLocalization="true"/>
i want to switch between english and arabic languages.
View 1 RepliesI have no knowledge about sessions but I realize that using sessions in multi-language sites are very useful. How can I implement language selection by using sessions and sql database?
View 3 RepliesIm using the PasswordStrength control included in the AJAX control toolkit. Ive set the HelpStatusLabelID property and it show the following text:"6 more characters, 1 more numbers, 1 symbol characters" Is there some way to change the language for this text or maybe replace the text for something else?
View 1 RepliesI'm not sure what is the best way to create website that allows user to change its language. The website is really small, it has couple of pages (Default.aspx, Location.aspx, Catalogue.aspx and Info.aspx), but I'm not sure how to change the language of the content. User can change the language by clicking on one of the four image buttons which then add "lang" query string to the url, but whenever page reloads it keeps adding more and more "lang" querystrings.
View 2 RepliesI used de calendarExtender and i change the lenguage for español but the big problem es the tag today is until in english
I download the last version tolkit version 3.0.30930 and replace de AjaxControlToolkit.dll in my bin proyect but the problem is the same
in my page i put this line
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Culture="auto" UICulture="auto"%>
scriptmanager
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true" EnableScriptLocalization="false"/>
if (!this.IsPostBack)
{
CultureInfo culture = new CultureInfo("es-ES");
but today is in english,,
I need to create my first (and simple) .net 4 web application that needs to be viewed in English, French and Italian. I've created and tested a sample web application that works fine with implicit and explicit localization set via web browser language preferences.
Now I'd like to add a simple Combo Box in the master page or in the login page to let the user choose the preferred language and would like the site to change its language based on this. I do not know how to start and to accomplish this task.
Is it possible to change the captions language of HTMLEditor?
How can I do it?