For angular, there is a plugin called angular-Translate which is excellent and is very fast for what he intends to do.
But there are easy modes yes, besides these plugins, there is a specification called i18n that aims to standardize this part of translations. You can find some of this here and there is also another project maintained by Mozilla, which is basically a framework called l20n that holds the location in the hand of the locators and translators, it can be used in any type of project.
Automatic updating and switching between files can be done by these frameworks, but you will still need to translate your site into parts. It is also possible to use google translator to generate an instant translation, the work is minimal, but the result is not so good either...
In C# use
Resources
. In query, you have some plugins, I don’t know exactly but I think their translation is not very good, like Google.– Marconi
But what I want to do is write the translations myself.
– Junior Vilas Boas
What server-side language does it use?
– Marconi
In Angular there must be numerous solutions to your problem. One, for example.
– Woss
@Juniorvilasboas at Marconi’s suggestion, you write the translations yourself.
– Oralista de Sistemas