aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlararennie@google.com <lararennie@google.com@38ededc0-08b8-5190-f2ac-b31f878777ad>2014-06-12 20:03:41 +0000
committerlararennie@google.com <lararennie@google.com@38ededc0-08b8-5190-f2ac-b31f878777ad>2014-06-12 20:03:41 +0000
commit8a7b566224d6298243180d1574239f775b31b4f6 (patch)
treeaedb67a150370385bfd72572e1ec3734faae4efa
parentf0eae4d48c09a65d0d54e41e7f748c5f14e7fffb (diff)
downloadsrc-8a7b566224d6298243180d1574239f775b31b4f6.tar.gz
Comment update to formatter.
git-svn-id: http://libaddressinput.googlecode.com/svn/trunk@279 38ededc0-08b8-5190-f2ac-b31f878777ad
-rw-r--r--cpp/include/libaddressinput/address_formatter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/libaddressinput/address_formatter.h b/cpp/include/libaddressinput/address_formatter.h
index c6dc485..e267884 100644
--- a/cpp/include/libaddressinput/address_formatter.h
+++ b/cpp/include/libaddressinput/address_formatter.h
@@ -13,6 +13,10 @@
// limitations under the License.
//
// Utility functions for formatting the addresses represented as AddressData.
+//
+// Note these work best if the address has a language code specified - this can
+// be obtained when building the UI components (calling BuildComponents on
+// address_ui.h).
#ifndef I18N_ADDRESSINPUT_ADDRESS_FORMATTER_H_
#define I18N_ADDRESSINPUT_ADDRESS_FORMATTER_H_