Base solution for your next web application
Open Closed

How can i add more fonts and default with language that i select #5624


User avatar
0
kwanp created

Hi
How can i add more fonts and default with language that i select

sample : select en language code use default fonts select th language code use fonts that just added

Thank you


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kwanp

    If it is ASP.NET Core & JQuery solution, you can conditionally include the font according to selected language in the _Layout.cshtml file.

    If it is ASP.NET Core & Angular version, you can conditionally load the font according to selected language in LocalizedResourceHelper.ts file just like we did for some js and css files.