diff --git a/topics/reference_guide/localization/internationalization.md b/topics/reference_guide/localization/internationalization.md index 5125ba524..44a610684 100644 --- a/topics/reference_guide/localization/internationalization.md +++ b/topics/reference_guide/localization/internationalization.md @@ -148,6 +148,8 @@ Annotating message key parameter with [`@PropertyKey`](%gh-java-annotations%/com ### Moving Strings to Message Bundles +> Make sure the encoding for bundle files is set to UTF-8 in Settings | Editor | File Encodings | Properties Files (*.properties). + IntelliJ IDEA provides inspections with fixes which help with moving strings to message bundles, e.g. Editor | Inspections | Java | Internationalization | Hardcoded strings for Java and Kotlin code. It is possible to move multiple hardcoded strings to a message bundle in batch mode.