Want to display the both hindi and english font in single text object

hi...
my problem is i want to display both Hindi and English font together in  a single text object...
the data is retrieved from Database in detail section...
is there any font which supports both Hindi and English font for single text object...
help me...

hi,
Is your single Text object contains combination of two strings?
for example:
{State}{City}
If yes,
Right Click the 1st string object within the Text box and 'Text Formatting' specify the  Hindi Font
Right Click the 2nd string object within the Text box and 'Text Formatting' specify the  English Font.
Regards,
Vamsee

Similar Messages

  • I want to display the both Hindi and English font in single text object

    hi...
    my problem is i want to display both Hindi and English font together in a single text object...
    the data is retrieved from Database in detail section...
    is there any font which supports both Hindi and English font for single text object...
    help me...

    hi Vinayak,
    If I understand your requirement, your field has full length word.
    Now we should split this field into 3 parts.
    Please Create 3 formulas.
    Part1
    stringvar s1;
    s1:= left({field}, InStr({field},"("));
    s1;
    Part2
    stringvar s2;
    s2:= Mid({field},InStr({field},"(")+1 ,InStr({field},")")- InStr({field},"(") -1);
    s2;
    Part3
    stringvar s3;
    s3:= Mid({field}, InStr({field},")"));
    s3;
    Now Place  a Text box in required section. Drag these 3 formula fields into the Text box.
    Right Click the Part2 and apply mangal font.
    Right Click the Part1, Part 3 and apply Arial font.
    I have tried this and implemented successfully. Please let me know if you still face any issue.
    Regards,
    Vamsee

  • How to display the current Date and time in xslt version 1

    i am using xslt version 1 .i want to display the current date and time in the output xml using xslt(Jdeveloper) ..i just added the namespace xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
         xmlns:ns1="urn:oracle:integration:b2b:7D30046DC68A4FA689956D8241FA3B99">
    and used thsi function <xsl:value-of select = "xp20:current-date()"/>
    but it does not works for me ..help needed????
    Edited by: user9519185 on Jan 20, 2009 3:04 AM

    Use a formula: =NOW()
    Format the cell for Date and Time, with both the Date part and the Time part displayed. Format the two parts as you wish, using the choices in the Inspector's menus.
    The cell will update each time the table is recalculated.
    (Description is for Numbers '09 (Mac), Numbers for iOS will be similar, but not necessarly identical in details.)
    Regards,
    Barry

  • I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoint​s along with text box. Can anybody help me in this? Thanks.

    I am facing problem regarding graphical user interface. I am using text box for editing files. I want to show the line numbers and graphical breakpoints along with text box. Can anybody help me in this? Thanks.

    Thanks for you reply.
    But actually I don't want to show the \ (backslashes) to the user in my text box. 
    Ok let me elaborate this problem little more. 
    I want to show my text box as it is in normal editors e.g. In Matlab editor. There is a text box and on left side the gray bar shows the line numbers corresponding to the text. Further more i want that the user should be able to click on any line number to mark specific line as breakpoint (red circle or any graphical indication for mark). 
    Regards,
    Waqas Ahmad

  • Chinese Font and English Font in one paragraph

    I am working on a book translated from English into Traditional Chinese, using Indesign CS4 under WinXP sp3. In many cases I need to put English words among Chinese Characters. I set up Character Styles to apply the English Fonts I want, then doing word by word manually. Besides of the slow speed, it's easy to make mistakes doing by hand. I desperatly want to find a way to set up PARAGRAPH STYLES that I can specify both Chinese and English Fonts in a same paragraph stye. Will be very apprecited if someone please teach me how to get it.

    Yes it can be done in CS4.  I am doing a billingual book in Chinese and English.  What you can do is select the paragraph,
    1. Open "Paragraph styles", double click - "Basic Paragraph", Select "Basic Character Formats", Change the Font to a Chinese Character (e.g. SimSun and the size is 12)
    2. Don't close the box, then select "GREP Style", select "New GREP Style", click "Apply Styel" and Select "New Character Style"
    3. a New Character Style Box comes up, then select "Basic Character Formats" and select the English Character (e.g. Arial and the size is 14), then OK.
    4. Will back to Paragraph styles box, then click "To Text" and select "Wildcards" and select "Any Letters", then click OK. It is done!!
    I tried many ways before, and how I am getting used to it.  Remember, if you have many different styles need to be set, (for example: Title (with both languages), contents (with both languages), you can set different Character's Name for different purposes when the "New Character Style" box comes up.

  • Displaying both Hindi and Arabic numerals in Oracle 10g PDF report

    Hi….
    Oracle experts told us to ask “In how many ways we can do it in oracle?” instead of asking “Can we do it in Oracle?” , I need ONE way to solve the following problem, it toke to much time and I don’t know if it can be solved !
    The problem:
    Can we print in - Oracle 10g reports - a PDF report with BOTH Hindi and Arabic numerals?
    Well, at design time everything is fine, you can use right-to-left, left-to-right and the print preview is showing BOTH Hindi/Arabic numerals fine, but when I tried to produce it as a PDF, unfortunately its not, means its either all Hindi or all Arabic numerals !
    I tried everything possible, environment variables: NLS_LANG, REPORTS_BIDI_ALGORITHM, and REPORTS_ARABIC_NUMERLS, setting Digit substitution to Context in windows regional settings, uifont.ali is modified properly according to metalink note, but nothing solved this issue!
    I noticed something, when I used the DESTYPE=printer and DESNAME=PDF995 (one of the PDF printers) , it worked fine , means the problem could be in the generic PDF generator of the Oracle reports server,
    But even with PDF995 you still need to feed the file name, which is not suitable for multi-user environment that need the report to be displayed via web browser.
    Does anybody face this before?
    Edited by: khaled.w on May 24, 2010 7:29 AM
    Edited by: khaled.w on May 24, 2010 7:35 AM

    Don't tell so much.
    Check the following link
    1. PDF Reports in Unicode / Arabic &amp;amp; English | Oracle Community
    2. OraFAQ Forum: Reports &amp; Discoverer &raquo; Report in Arabic(pdf) (merged)
    3. Arabic Report generated to text file giving Jun... | Oracle Community
    Hope this helps
    Hamid

  • Should display both Spanish and English lang. at a time in BEx analyzer

    Hi All,
    I need to display both Spanish and English lang. in Bex analyzer.
    InfoObject is language dependent.
    Ex: For material it should display description in Spanish and English at a time.
    Am only able to display one at a time.
    Please suggest.
    Regards,
    Sandeep.

    Hi Sandeep,
    As Kodandapani mentioned it’s not possible to display both languages same
    time as its mapping to same T table where LANGU is part of key.
    I recommend you to create an attribute or maintain another table for other
    language to display at a time.
    if anybody get any better ideas then pl share.
    Regards,
    Naveen Kencha

  • I just updated to Pages 5.0 and I am writing a document that uses both, Spanish and English...I used to use the inspector to change spelling and languages. How do I do that in this new version?

    I just updated to Pages 5.0 and I am writing a document that uses both, Spanish and English...I used to use the inspector to change spelling and languages. How do I do that in this new version?...HELP!!!

    jedimaster Master wrote:
    how do I do both?
    By choosing SET UP for the "automatic" item at the bottom of the list I referred you to earlier

  • When ordering MacBook, does the keyboard come with only the language I specified, for example Arabic, or both Arabic and English?

    I'm planning to order a MacBook Pro from the apple store, but I was wondering if I order it with an Arabic keyboard, does the keyboard buttons only contain Arabic, or do the buttons contain both Arabic and English?

    RSBR wrote:
    I'm planning to order a MacBook Pro from the apple store, but I was wondering if I order it with an Arabic keyboard, does the keyboard buttons only contain Arabic, or do the buttons contain both Arabic and English?
    The buttons contain both Arabic and English.
    All keyboards with non-Latin scripts printed on them also have English printed on them.  Otherwise you could not type email and webpage addresses and the computer would be of very limited use.
    You can see the actual keyboards produced by Apple at
    http://support.apple.com/kb/ht2841

  • I want to remove the COnlineBank, OnlineBank and csample applications from my application and web server.

    How can I safely do this on Solaris? I've tried "iasdeploy removeapp" and "iasdeploy removemodule" with no luck. I want to clear all of this demo stuff out to make both the web and app server look more production like.
    Thanks
    Eric

    Eric,
    these applications are applogics which are not controlled by the
    iasdeploy tool. Unfortunately, there is no tool available to remove
    these applications for you. What you can do is to manually remove all
    their entries, but be careful if you do that. If you remove the wrong
    keys you might break your ias installation, so be warned and make sure
    you backup the whole ias registry before attempting to remove anything.
    Eric Coleman wrote:
    >
    I want to remove the COnlineBank, OnlineBank and csample applications
    from my application and web server.
    How can I safely do this on Solaris? I've tried "iasdeploy removeapp"
    and "iasdeploy removemodule" with no luck. I want to clear all of
    this demo stuff out to make both the web and app server look more
    production like.
    Thanks
    Eric
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!--
    Han-Dat Luc ([email protected])
    Senior Consultant
    SUN Professional Services (iPlanet)
    o .
    o .
    O _ ____ _ _
    (_) _ \| | __ _ _ __ ___| |_ TM
    | | |_) | |/ _` | '_ \ / _ \ __|
    | | __/| | (_| | | | | __/ |_
    |_|_| |_|\__,_|_| |_|\___|\__|
    e-commerce solutions
    Sun Microsystems Australia Pty Ltd

  • My husband and I share one computer.  We want to be able to share the same music on our iPhones, but we don't want to share the same contacts and applications.  How can I set this up so we still share music, but everything else is separate on our iPhones?

    My husband and I share one computer.  We want to be able to share the same music on our iPhones, but we don't want to share the same contacts and applications.  How can I set this up so we still share music, but everything else is separate on our iPhones?

    Welcome to the Apple Community.
    iTunes and iCloud are different accounts. You can both use the same ID for the store login and share your music etc., and use different ID's to log in to iCloud, thereby keeping your calendars etc separate.

  • Most times when I import photos from my desktop or dropbox to iPhoto, iPhoto will keep the title I created for the image as the display title under the image. but occasionally it displays the filename instead and I have to go back through and reenter

    most times when I import photos from my desktop or dropbox to iPhoto, iPhoto will keep the title I created for the image as the display title under the image. but occasionally it displays the filename instead and I have to go back through and reenter the title in iPhoto. why the inconsistency? running OS 10.9.5 and using iPhoto 9.5.1

    Try this:  select one of the photos that are showing the wrong title and use the Photos ➙ Batch Change ➙ Title to File Name menu option.
    See if that will put the name that you want under the thumbnail.

  • Is it possible to connect an older Power Mac (running OS 10.5.8) to an iMac running 10.9.5. I want to share the monitor, keyboard and mouse and switch between the two computers.

    Is it possible to connect an older Power Mac (running OS 10.5.8) to an iMac running 10.9.5. I want to share the monitor, keyboard and mouse and switch between the two computers.

    as far as I know then the target display mode is not an option with such an old mac

  • Get an error for changing the windows authentication mode to the both SQL and windows authentication mode

    I installed the SQL server Express 2008 R2 and then SQL Server Management Studio 2008 R2 . But during the installation, I could not choose the both SQL and windows authentication mode and an error accrued so I did that just with windows authentication mode. 
    Now, I want to change the windows authentication mode account to the SQL authentication mode but it shows me an error which is you do not have permission (Although I am the administrator in windows), what can I do?
    Following steps are the steps that I went but I got an error:
    Server properties >> security >> choose the option of SQL Server and Windows Authentication mode 
    and the error that I got is attached(access is denied)  
    Can you please help me?

    You can change the setting after you gain admin rights to your SQL Server. You don't admin rights automatically, you have to explicitly add yourself during the install
    Here's a guide on how to (re)gain those rights:
    http://v-consult.be/2011/05/26/recover-sa-password-microsoft-sql-server-2008-r2/

  • Want to display the UDID

    Hi,
    This is my first post on Adobe DPS forum.
    On one page I want to print the UDID of my iPad. But this should be a variable as whenever I open my folio on another iPad it should show the UDID of that iPad. All in all, whenever I open my folio it should display the UDID of the iPad on which I'm opening the folio. Is it possible?
    Thanks in adavance and best regards.
    With regards,
    Anil Yadav

    i don't think you have access to this 'sensitive kind of information'.
    a Google search for "html UDID display" might get you the answer in seconds.
    —johannes
    (mobil gesendet)
    Am 07.10.2011 06:11 schrieb "Anil Yadav" <[email protected]>:
       Re: want to display the UDID  created by Anil Yadav<http://forums.adobe.com/people/Anil+Yadav>in
    Digital Publishing Suite - View the full discussion<http://forums.adobe.com/message/3959005#3959005>

Maybe you are looking for

  • If I have a list of Vimeo videos on a webpage, how can I use just one video frame and have all videos play in that one frame?

    I am creating a page with a list of Vimeo video links. I want to have only one video frame on the page. So no matter which video link a user clicks on, the chosen video needs to play in that one video frame on the page. How do I do this in Muse? Than

  • IPod smart playlist

    I accidently deleted my Recently Added playlist folder. I was able to make a new Recently Added playlist folder, but it doesn't show anything being added when I update my iPod. How do I get this folder to show recently added songs?

  • Playing music to hifi through usb port

    please please help, i apolgize if this is straight forward, but im not too clued up on these things... when i plug my ipod into my hifi through a usb port i have no choice over which songs are played, it plays the same 12 songs over and over. I have

  • Hardware requirement for a RAC

    Hi, I want to create a 11.2 RAC with only one node. I will add a new node in the future. I've available a netapp for the shared storage (ASM). So I need to buy only the server. The requirement is that the server has 4 network devices (2 for public an

  • Family Plan Question for iPhone 3G

    My brother and I share a family plan together. He already has a first generation iPhone on the account and I am getting the 3G iphone when is comes out. Will our plan go up 30 dollars when I get the iPhone setup or will it go up just 10 dollars for m