Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 428 results for
localization
- Page 1
Re: What makes a technical E-commerce web standout?
Programming
Web Development
2 Months Ago
by simplixi
…. - Analyze competitors (if any) to identify gaps and opportunities. **2.
Localization
:** - Customize the online shopping experience to reflect local culture, language…
Localization and Netbeans
Programming
Software Development
15 Years Ago
by Aissi
…. First up, how can I completely remove a
localization
or resource bundle, now when I delete the file in …
Localization - Language Translation
Programming
Software Development
14 Years Ago
by guiman
… changes are lost. Perhaps the way I am doing the
localization
is not the best way.
text localization
Programming
Databases
15 Years Ago
by kubow
…to figure up how create databaze schema for text
localization
. My problem is like i have table with… cant create FK to a not PK. Because
localization
table will have more records (depends on languages)…ANSI_PADDING OFF GO [/code] the second table contain the language
localization
[code] /****** Object: Table [dbo].[ZDROJE] Script Date:…
problem ColumnHeadersDefaultViewStyle localization of DataGridView Control
Programming
Software Development
16 Years Ago
by ambarisha.kn
I am trying to do
localization
of ColumnHeadersDefaultViewStyle property of DataGridView.I need
localization
in both Japanese and English. While designing the form…
SEO and localization
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by Valencia_1
… community. How do i cater for the needs of both
localization
, usability and seo How should I structure the site &…
Java Localization - Create ResourceBundles from text files
Programming
Software Development
3 Years Ago
by dimitrilc
… is that we will be using property files to load
localization
data for the ResourceBundle object, so there are some rules…
Re: Localization - Language Translation
Programming
Software Development
14 Years Ago
by PierlucSS
Personnaly, what I'd do, is create a static class containing only string properties for all the text written in the application. And then for each properties you would return the value depending on the language set in the user settings or last used settings (Settings.settings) This way each text area wont directly have text but they would refer to…
Re: Localization - Language Translation
Programming
Software Development
14 Years Ago
by nick.crane
The form resx file is used by the form to store things like background image and form size, etc. Any change to the form will rebuild the form.resx file. To localize the form you need to create a separate set of resx files and when ever the form is loaded call a function to read the text from the resx file. Just reading the resx file should do as…
Re: Localization - Language Translation
Programming
Software Development
14 Years Ago
by guiman
Can you please give an example on how you would do that? Perhaps with some sample code in the Settings.settings as well as in the Form code. Thanks. [QUOTE=PierlucSS;1239793]Personnaly, what I'd do, is create a static class containing only string properties for all the text written in the application. And then for each properties you would …
Re: Localization - Language Translation
Programming
Software Development
14 Years Ago
by PierlucSS
[code] public partial class Form1 : Form { public Form1() { InitializeComponent(); Settings1.Default.Language = Language.French; btn.Text = Translater.btn; } } public enum Language { English , …
Localization application
Programming
Software Development
17 Years Ago
by HariHarry
Hi people, I am sort of very new to Visual C++. I got some query to ask you guys!! I am actually creating a satellite DLL for an application which has not been localized. The situation is: I need to create a new DLL with all the dialogs and string table in it first. Then link the old project with this DLL to display the dialogs.…
Localization of MSFlexgrid
Programming
Software Development
16 Years Ago
by kshrini
Hi All, I've developed an application which I've made localized (English & Chinese(simplified)) using resource files (resx). One of the form contains MSFlexgrid. I've given strings in resource files for rows of MSFlexgrid, but it shows '???' for these strings. Any solution for this? Regards, Shrini
Localization of telerick menu and web.sitemap
Programming
Web Development
16 Years Ago
by frs
my web.sitemap is [code=xml] <?xml version="1.0" encoding="utf-8" ?> <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > <siteMapNode url="~/Index.aspx?id=Home" title="Dashboard" description=""> <!-- Catalog Management-->…
Localization Problem
Programming
Web Development
15 Years Ago
by Shailendra27
Hi all, I am creating a multi language web site. English & Marathi. I took a dropdownlist control & I added both languages in it. And when I select any language it works fine. [B] But I can't able to write in the TextBox control[/B]. I am referring this web site : [url]http://www.misalpav.com/user/register[/url]…
Re: Localization Problem
Programming
Web Development
15 Years Ago
by kvprajapati
[b]>But I can't able to write in the TextBox control.[/b] Be more specific. For input set/embed unicode fonts.
localization in asp.net
Programming
Web Development
12 Years Ago
by kikiritce
Hi, I create my first web application and finaly I finished it. I have just one more thing to do. I have to translate name of controls in onother languge. it shoould be work as sellected value in the dropdown list. I read a lot of forums and tutorials.... but I couldn't do it. Has anyone some really succesful tutorial for beginers??? thanks for the…
Re: localization in asp.net
Programming
Web Development
12 Years Ago
by androtheos
HI kikiritce, Is it the control names you want to translate or the strings that the controls contain? Did you seperate these values into resource files for each language?
Localization of Windows Forms using vb.net
Programming
Software Development
11 Years Ago
by nikki05
Hi, I am able to change the language in the windows form by selecting language from ComboBox. However, I want to make it dynamic so that it will change the language of all the other forms by selecting language from ComboBox in the first form. I got some clues from these websites, but I am still struggling to achieve my objective. http://www.…
Re: Localization of Windows Forms using vb.net
Programming
Software Development
11 Years Ago
by ss125
Simple... Just get the selected value in combobox from the language selection form.After that, in the other form's load event you have to get the combo box selected value and write the condition for it. eg: String lang; if (lang="English") { label1.text="xxxxxxx"; label1.font="Ur …
Re: Localization of Windows Forms using vb.net
Programming
Software Development
11 Years Ago
by Eternal Newbie
Creat a .dll file which you added to your projects, or a class which contains a public shared sub doing changing your language. Create a public datatable contains languages you needed and their code, then inherit them in your forms. Anw, writing all those was long and I'm being lazy now :))
Re: problem ColumnHeadersDefaultViewStyle localization of DataGridView Control
Programming
Software Development
16 Years Ago
by LizR
How are you doing the assignment?
Re: SEO and localization
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by Kelly Burby
Well for language I would say why don't you try using "hreflang" tag ?? You can have a look over the [Google Webmaster Support for more information](https://support.google.com/webmasters/answer/189077?hl=en) on this one !
Re: SEO and localization
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by rakesvyas44
I want to ask you one thing that still domain name is importantof related keyword in SEO.
Re: SEO and localization
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by Kelly Burby
@rakesvyas44, nope I don't think its' important in terms of SEO !
Re: SEO and localization
Digital Media
Digital Marketing
Search Engine Strategies
10 Years Ago
by OtisGross
You can use the hreflang tag to show search engines what the relationship is between web pages in alternate languages. It's useful when you've created content that's specific to a local audience. It adds a signal to search engines that a user querying in certain language will want this result instead of a page with similar content.
Infected PC problems
Hardware and Software
Information Security
14 Years Ago
by Korushi
… Control Center
Localization
Hungarian Catalyst Control Center
Localization
Italian Catalyst Control Center
Localization
Japanese Catalyst Control Center
Localization
Korean Catalyst Control Center
Localization
Norwegian Catalyst…
Can't get rid of virus. Please help!
Hardware and Software
Information Security
14 Years Ago
by raspberrysauce
… Control Center
Localization
Hungarian Catalyst Control Center
Localization
Italian Catalyst Control Center
Localization
Japanese Catalyst Control Center
Localization
Korean Catalyst Control Center
Localization
Norwegian Catalyst…
Internet explorer runs in the background and plays audio adverts
Hardware and Software
Information Security
14 Years Ago
by csc101101
… Control Center
Localization
Hungarian Catalyst Control Center
Localization
Italian Catalyst Control Center
Localization
Japanese Catalyst Control Center
Localization
Korean Catalyst Control Center
Localization
Norwegian Catalyst…
malware infestation! please help.
Hardware and Software
Information Security
13 Years Ago
by carriegirl
… Control Center
Localization
Hungarian Catalyst Control Center
Localization
Italian Catalyst Control Center
Localization
Japanese Catalyst Control Center
Localization
Korean Catalyst Control Center
Localization
Norwegian Catalyst…
1
2
3
8
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC