Czech text in text widget

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Czech text in text widget

    Hello,

    I would like show Czech text in a text widget. The text is in a .txt file which I load from an SD card.
    Default Font ist Montserrat. The word I want to show is: "Ceština"

    textSelectLanguageCzech = TEXT_CreateEx(TEXT_SELECT_LANGUAGE_CZECH_POSITION_X, TEXT_SELECT_LANGUAGE_CZECH_POSITION_Y, TEXT_SELECT_LANGUAGE_CZECH_X_SIZE,
    TEXT_SELECT_LANGUAGE_CZECH_Y_SIZE, MENU_windowSelectLanguage, WM_CF_SHOW, TEXT_CF_HCENTER | TEXT_CF_TOP,
    TEXT_SELECT_LANGUAGE_CZECH_ID, "");
    TEXT_SetText(textSelectLanguageCzech, GUI_LANG_GetText(LOAD_LANGUAGES_STRING_TEST));

    What should I look for? What is the best way to view this language?
  • Hi,

    The Unicode chapter (sub chapter of 'Language support') describes
    exactly what needs to be done to get for example Japanese text on the
    display. It describes how to enable UTF8-support. Once enabled, all text related functions automatically support UTF8-text.

    Regards, Jörg
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.