#Multi language inputs

9 messages · Page 1 of 1 (latest)

light helm
#

Hi , i have a module which can support multiple languages , ive never done multi languages data before. so do we need to add some plugins or add something for the angular inputs to support and store those other language input data? or nothing is needed? its just the keyboard's duty?

tawdry gale
#

inputs just contain text, without caring, at all, whether it's English, French or any other language.

light helm
#

but is there any tool that can covert every input data that we gave to other languages? @tawdry gale

#

like a switch function , switch language and convert given inputs to that language

fallow flame
#

There are libs like transloco, ngx-translate or angular's built in mechanism

tawdry gale
#

But that won't translate what the user enters in an input. The goal is for you to provide translations for the hard-coded text you have in your pages.