diff --git a/15/umbraco-forms/developer/localization.md b/15/umbraco-forms/developer/localization.md index c2cefbd7512..ace9fb09a0c 100644 --- a/15/umbraco-forms/developer/localization.md +++ b/15/umbraco-forms/developer/localization.md @@ -14,17 +14,17 @@ Umbraco Forms ships with translations for the following languages: - Czech (`cs-cz.js`) - Danish (`da-dk.js`) - - Spanish (`es-es.js`) + - Dutch (`nl-nl.js`) - French (`fr-fr.js`) - Italian (`it-it.js`) - Polish (`pl-pl.js`) + - Spanish (`es-es.js`) - UK English (`en-gb.js`) - - US English (`en-us.js`) - - Dutch (`nl-nl.js`) + - US English (`en.js`) -If the language you require does not exist, it's possible to create your own by duplicating the default `en-us.js` file. You can then save it with the appropriate culture code for the language you need and replace the English text with the translated version. +If the language you require does not exist, it's possible to create your own by duplicating the default `en.js` file. You can then save it with the appropriate culture code for the language you need and replace the English text with the translated version. -As of Forms 10, the file no longer exists on disk and is shipped as part of the `Umbraco.Forms.StaticAssets` NuGet package. You can open this package, either locally using [Nuget Package Explorer](https://apps.microsoft.com/store/detail/nuget-package-explorer/9WZDNCRDMDM3?hl=en-gb&gl=gb&rtc=1), or [online](https://www.nuget.org/packages/Umbraco.Forms.StaticAssets/) by clicking the "Open in NuGet Package Explorer" link. You'll find the file at `staticwebassets/en-us.js`. +As of Forms 10, the file no longer exists on disk and is shipped as part of the `Umbraco.Forms.StaticAssets` NuGet package. You can open this package, either locally using [Nuget Package Explorer](https://apps.microsoft.com/store/detail/nuget-package-explorer/9WZDNCRDMDM3?hl=en-gb&gl=gb&rtc=1), or [online](https://www.nuget.org/packages/Umbraco.Forms.StaticAssets/) by clicking the "Open in NuGet Package Explorer" link. You'll find the file at `staticwebassets/en.js`. Once translated, the new file should be saved somewhere in the `App_Plugins` folder for example `App_Plugins/UmbracoFormsLocalization/`. The final step is to register the localization file. This can be done by creating a `umbraco-package.json` like so: