Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 410 results for
multilingual
- Page 1
Multilingual and recursive database design
Programming
Databases
12 Years Ago
by caglaruz
I've been doing some research about
multilingual
and recursive database design for few days. I found interesting … I do? Can you give me some idea about the
multilingual
and recursive database design approach you're using? Coupled Translation…
Multilingual VB6 application sample
Programming
Software Development
16 Years Ago
by kshrini
Hi All, Can anyone upload a
multilingual
(English & Chinese) vb6 application? I've tried but in resource file it shows '???' for chinese strings. Regards, Shrini
Re: Multilingual VB6 application sample
Programming
Software Development
16 Years Ago
by runion
Hi kshrini, I'm sorry I can't upload the
multilingual
application for you, but I just can say that your computer doesn't support the Chinese strings, so Windows read it as "???" I do not know the solution for you. I just can explain the problem to you. sincerly yours, Runion
Re: Multilingual VB6 application sample
Programming
Software Development
16 Years Ago
by kshrini
…]Hi kshrini, I'm sorry I can't upload the
multilingual
application for you, but I just can say that your…
Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by vinithktp
Hi All, i am designing a
multilingual
website (English / Kannada). I can display Kannada font in IE by using Microsoft WEFT. But it is not displaying properly in Firefox and other browsers. How can i solve this problem. Please help me. Thanking you, Vinith
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ingeva
[QUOTE=vinithktp;908169]Hi All, i am designing a
multilingual
website (English / Kannada). I can display Kannada font in IE …
Multilingual email's php
Programming
Web Development
15 Years Ago
by kennycason
Hi, I am currently having a
multilingual
website developed and the following problems emerged: Japanese text displays …
multilingual site
Programming
Web Development
15 Years Ago
by gunnarflax
Hi, I'm trying to create a
multilingual
site and I've decided to go with the example …
Multilingual Website with MVC4 or MVC5
Programming
Web Development
11 Years Ago
by grafic.web
O would like to understand how to manage my website with
Multilingual
option for exapmple if the user is cominf form the domain .fr or .it or co.uk ect... how can i do this??? Thanks a lot for your help
Multilingual site: what are the options
Programming
Web Development
9 Years Ago
by Violet_82
…, among the other things, the client has requested to be
multilingual
. The way I envisage it to work is this: if…
Re: Multilingual seo?
Digital Media
Digital Marketing
Search Engine Strategies
14 Years Ago
by abelLazm
check [URL="http://www.
multilingual
-search.com/googles-
multilingual
-search-tool/09/06/2007/"]this link[/URL]
Problem with tutorial : Creating a Multilingual Website with ASP.NET MVC 4
Programming
Web Development
11 Years Ago
by grafic.web
… what the e tutorial asked me to do (Creating a
Multilingual
Website with ASP.NET MVC 4) but... I tried to…](http://www.ninjacode.com.br/Blog/2013/07/19/creating-
multilingual
-website-mvc-4/) But when i run my application this…
A multilingual coded Hello World! thread
Programming
Software Development
20 Years Ago
by vegaseat
… lands. Any way, let's get a thread started, a
multilingual
coding spree showing how to display "Hello World! (computer…
Re: A multilingual coded Hello World! thread
Programming
Software Development
19 Years Ago
by Evenbit
Talk about
multilingual
! The "99 Bottles of Beer" song is coded in something like 900 different [computer] languages here: [url]http://www.99-bottles-of-beer.net/[/url] Nathan. A little note from vegaseat: You can look at my own version of this in Boo ... [url]http://www.99-bottles-of-beer.net/language-boo-947.html[/url]
Re: A multilingual coded Hello World! thread
Programming
Software Development
18 Years Ago
by WaltP
Let's see. "[B]A
multilingual
coded Hello World! thread[/B]". In BASIC: [code] print &…
Want help in making multilingual application
Programming
Software Development
16 Years Ago
by guest11
… am making an application which i want to make in
multilingual
means i want to make that application in many languagues…
VB6 multilingual
Programming
Software Development
16 Years Ago
by justvince
…, I have searched the web and found a utility named
MULTILINGUAL
VB but my VB6 does not accept tis programme, is…
Re: Multilingual and recursive database design
Programming
Databases
12 Years Ago
by pritaeas
`pages_translation` is the link between the other two tables. Am not quite sure what the problem is. If you add a new page, you use it's `id` in this table (in `page_id`). The `language_id` should be selected from the first table, matching the language of the page.
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ithelp
You need to encode them using UTF encoding.
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by almostbob
You can include the font file on your site, and reference it in the html, so that those browsers without native unicode for Kannada can get it from the font file a list of fonts containing support for Kannada [url]http://www.wazu.jp/gallery/Fonts_Kannada.html#samples[/url] from which you can download a font to your site and[code=css]@font-face {…
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by vinithktp
Thank you so much for your help. Iam using following code for include font [code=html]<style type="text/css" media="screen, print"> @font-face { font-family: BRH Kannada; src: local("BRH Kannada"), url("../fonts/brhknd.ttf") format("truetype"); } body { font-family: "BRH Kannada"…
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ingeva
[QUOTE=vinithktp;910477]css" media="screen, print"> @font-face { font-family: BRH Kannada;[/QUOTE] Does if work better if you put quotes around "BRH Kannada" ?
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by vinithktp
Thank you. But it is not working This is my modified code : [QUOTE] [B][CODE]<style type="text/css" media="screen, print"> @font-face { font-family: "BRH Kannada"; src: url("../fonts/brhknd.ttf") format("truetype"); } <!--[if IE 7]> @font-face { font-family: …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by MidiMagic
It is not a good idea to use any special character in a filename, because some servers and Internet nodes don't know what to do with them. Stick to the US ASCII letters and numerals.
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ingeva
[QUOTE=MidiMagic;915587]It is not a good idea to use any special character in a filename, because some servers and Internet nodes don't know what to do with them. Stick to the US ASCII letters and numerals.[/QUOTE] There's a world outside of USA. If a system doesn't allow characters outside the limited ASCII set, it's the system that needs to …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by almostbob
[QUOTE=ingeva;916171]There's a world outside of USA. If a system doesn't allow characters outside the limited ASCII set, it's the system that needs to be changed.[/QUOTE] The system dont really give a flying f___, the software was written in English the internet, shipping, airtravel, native language is English. A limited character set for …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ingeva
[QUOTE=almostbob;916312]The system dont really give a flying f___, the software was written in English [/QUOTE] We have a word for people with that kind of attitude, but because I am not English I'm afraid I can't translate. And even if I could, I'm too polite! :) May I remind you that there are far more people in the world who do NOT speak …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by almostbob
the system was written by, and for, English speakers, at the time of the development of the system there was the opportunity for other language speakers to develop part or all of competing, complimentary, or parallel 'system's. Such language systems were not developed, yet there is the perceived requirement that the commercial property of …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by ingeva
[QUOTE=almostbob;917560]the system was written by, and for, English speakers, .... I am not American.[/QUOTE] .... but you still think the system needs no update? :) I'm sorry. Maybe I am an idiot here, because I don't understand what you mean. I've been fighting this "system" since we were using punched tape, and I don't plan …
Re: Multilingual Web Design
Digital Media
UI / UX Design
15 Years Ago
by MidiMagic
[QUOTE=ingeva;916171]There's a world outside of USA. If a system doesn't allow characters outside the limited ASCII set, it's the system that needs to be changed.[/QUOTE] The problem is that this will take years to accomplish. Because governments do not agree with each other, it may never happen. You need a solution that works now. Think about …
1
2
3
7
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