- From: Musale, Shailendra <Shailendra.Musale@F-Secure.com>
- Date: Thu, 07 Aug 2003 10:06:12 -0400
- To: www-international@w3.org
- Message-Id: <4.2.0.58.J.20030807100605.05311518@localhost>
Hello All, Thank you Ishida san for sending FAQs about using CSS LANG selector. I am explaining my case in short here. Refer to the attached GIF image: "marathi_text.gif" This image contains one sentence in Marathi language. (Sorry, but without GIF I could not show you Marathi text.) In English, this Marathi language sentence (which is in GIF image) would read as, "Currently, I am working in the field of Software Localization (Software Localization)." Using CSS' LANG selector, I want display English text in the middle of the Marathi sentence. In this example, I want to display English words "Software Localization" in the middle of Marathi text. My current CSS source code is as follows: For Marathi: *[lang = "mr"] {font-family: "BRH Devanagari", serif; font-size: 15px; } For English: *:lang(en-GB) {font-family: arial, serif; font-size: 15px; } What CSS-code should I use, so that I can correctly display English text in the middle of the Marathi sentence? Please kindly advise! Thanks & Regards, Shailendra Musale 7 August, 2003 > -----Original Message----- > From: Richard Ishida [mailto:ishida@w3.org] > Sent: Thursday, August 07, 2003 2:33 PM > To: ishida@w3.org; Musale, Shailendra; www-international@w3.org > Subject: RE: How to use CSS LANG selector for Marathi language? > > > Sailendra, > > Please see the latest posting to the W3C Web > Internationalization FAQ at > http://www.w3.org/International/questions/qa-css-lang.html > for an answer > to your question. > > Best regards, > RI > > ============ > Richard Ishida > W3C > > tel: +44 1753 480 292 > http://www.w3.org/People/Ishida/ > http://www.w3.org/International/ > http://www.w3.org/International/geo/ > > See the W3C Internationalization FAQ page > http://www.w3.org/International/questions.html > > > > > -----Original Message----- > > From: www-international-request@w3.org > > [mailto:www-international-request@w3.org] On Behalf Of > Richard Ishida > > Sent: 31 July 2003 18:15 > > To: 'Musale, Shailendra (by way of Martin Duerst > > <duerst@w3.org>)'; www-international@w3.org > > Subject: RE: How to use CSS LANG selector for Marathi language? > > > > > > > > Hello Shailendra, > > > > The GEO task force is hoping to publish an FAQ on this very > > question next week. Please stay tuned. > > > > RI > > > > ============ > > Richard Ishida > > W3C > > > > tel: +44 1753 480 292 > > http://www.w3.org/People/Ishida/ > > http://www.w3.org/International/ > > http://www.w3.org/International/geo/ > > > > See the W3C Internationalization FAQ page > > http://www.w3.org/International/questions.html > > > > > > > > > > > -----Original Message----- > > > From: www-international-request@w3.org > > > [mailto:www-international-request@w3.org] On Behalf Of > > > Musale, Shailendra (by way of Martin Duerst <duerst@w3.org>) > > > Sent: 18 July 2003 15:18 > > > To: www-international@w3.org > > > Subject: How to use CSS LANG selector for Marathi language? > > > > > > > > > > > > > > > > > > > > > Hello All, > > > > > > I am creating an HTML page in Marathi language, > > > using CSS (linked stylesheet). > > > > > > In Marathi text, I want to show some English text. > > > For this, what CSS code should I use? > > > > > > I heard about Language pseudo class selectors, > > > but I don't know how to use it in my case. > > > > > > I tried to use "inline style" as: > > > <lang(en) style="font-family:arial,serif">Software > > > Localization</style> > > > > > > But, then from this onward, remaining text (which is in > > > Marathi language) is shown as garbage/garbled characters. > > > > > > Please kindly advise. > > > > > > Regards, > > > > > > Shailendra Musale > > > 18 July, 2003 > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > Senior Localization Co-ordinator > > > > > > Phone: +358 9 2520 5628 > > > Fax: +358 9 2520 5014 > > > Mobile: +358 40 517 4628 > > > E-mail: Shailendra.Musale@F-Secure.com > > > > > > F-Secure Corporation > > > http://www.F-Secure.com > > > F-Secure: Securing the Mobile Enterprise > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > > > > >
Attachments
- image/gif attachment: marathi_text.gif
Received on Thursday, 7 August 2003 11:04:54 UTC